소스 검색

x/model: update TODOs

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