瀏覽代碼

x/model: update TODOs

Blake Mizerany 1 年之前
父節點
當前提交
d35a6a577f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      x/model/name.go

+ 0 - 1
x/model/name.go

@@ -372,7 +372,6 @@ func downcase(c byte) byte {
 	return c
 }
 
-// TODO(bmizerany): MarshalText/UnmarshalText
 // TODO(bmizerany): driver.Value? (MarshalText etc should be enough)
 
 // Parts returns the parts of the Name in order of concreteness.