소스 검색

x/model: remove old comment

Blake Mizerany 1 년 전
부모
커밋
d67ff60643
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      x/model/name.go

+ 0 - 3
x/model/name.go

@@ -147,9 +147,6 @@ func ParseName(s string) Name {
 
 // Fill fills in the missing parts of dst with the parts of src.
 //
-// Use this for merging a fully qualified Name with a partial Name, such as
-// when filling in a missing parts with defaults.
-//
 // The returned Name will only be valid if dst is valid.
 func Fill(dst, src Name) Name {
 	return Name{