From b2930794aaac97e1ee89c3c214f8cc42e254d02c Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 16 May 2026 11:10:40 -0400 Subject: keep generated file header out of godoc --- cover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cover.go') diff --git a/cover.go b/cover.go index fd9b784..dd6a212 100644 --- a/cover.go +++ b/cover.go @@ -6,7 +6,7 @@ import ( "strconv" ) -//go:generate go run github.com/yawnak/string-enumer -t Unit -t CoverValidationStatus --text -o ./cover_gen.go . +//go:generate go run github.com/sam-rba/string-enumer -t Unit -t CoverValidationStatus --text -o ./cover_gen.go . // Unit is a unit of length measurement. type Unit string -- cgit v1.2.3