浏览代码

x/model: update TODOs

Blake Mizerany 1 年之前
父节点
当前提交
2e600aa398
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      x/model/name.go

+ 0 - 2
x/model/name.go

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