Forráskód Böngészése

x/model: update TODOs

Blake Mizerany 1 éve
szülő
commit
2e600aa398
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      x/model/name.go

+ 0 - 2
x/model/name.go

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