diff --git a/pkg/set/set.go b/pkg/set/set.go index e359432..c812f96 100644 --- a/pkg/set/set.go +++ b/pkg/set/set.go @@ -1,4 +1,4 @@ -package pkg +package set type Set[T comparable] map[T]struct{}