x/model: update TODOs

This commit is contained in:
Blake Mizerany 2024-04-06 14:00:35 -07:00
parent 14a6f85e9e
commit d35a6a577f

View File

@ -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.