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 --- ship.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ship.go') diff --git a/ship.go b/ship.go index 0f59222..2d54d07 100644 --- a/ship.go +++ b/ship.go @@ -5,7 +5,7 @@ import ( "fmt" ) -//go:generate go run github.com/yawnak/string-enumer -t ShippingLevel -t Title --text -o ./ship_gen.go . +//go:generate go run github.com/sam-rba/string-enumer -t ShippingLevel -t Title --text -o ./ship_gen.go . // ShippingLevel is the quality/speed with which a package is shipped. type ShippingLevel string -- cgit v1.2.3