Browse Source

x/model: update TODOs

Blake Mizerany 1 năm trước cách đây
mục cha
commit
d35a6a577f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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.