From 7e432cdfac51583459e7bfa8fdd485c74a6597e7 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Sun, 28 Apr 2024 20:52:26 -0700 Subject: [PATCH] types/model: remove old comment (#4020) --- types/model/name.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/model/name.go b/types/model/name.go index 39fb0b0e..9c1fbd77 100644 --- a/types/model/name.go +++ b/types/model/name.go @@ -80,9 +80,6 @@ func (k partKind) String() string { // // It is not guaranteed to be valid. Use [Name.IsValid] to check if the name // 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 { Host string Namespace string