diff --git a/x/model/name.go b/x/model/name.go index 626c98e9..2197d2f9 100644 --- a/x/model/name.go +++ b/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.