Unverified Commit 7e432cdf authored by Blake Mizerany's avatar Blake Mizerany Committed by GitHub
Browse files

types/model: remove old comment (#4020)

parent 586672f4
...@@ -80,9 +80,6 @@ func (k partKind) String() string { ...@@ -80,9 +80,6 @@ func (k partKind) String() string {
// //
// It is not guaranteed to be valid. Use [Name.IsValid] to check if the name // It is not guaranteed to be valid. Use [Name.IsValid] to check if the name
// is valid. // is valid.
//
// It is not directly comparable with other Names. Use [Name.Equal] and
// [Name.MapHash] for determining equality and using as a map key.
type Name struct { type Name struct {
Host string Host string
Namespace string Namespace string
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment