소스 검색

x/model: update TODOs

Blake Mizerany 1 년 전
부모
커밋
d35a6a577f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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.