Explorar el Código

x/model: update TODOs

Blake Mizerany hace 1 año
padre
commit
d35a6a577f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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.