aboutsummaryrefslogtreecommitdiffstats
path: root/ship.go
diff options
context:
space:
mode:
Diffstat (limited to 'ship.go')
-rw-r--r--ship.go2
1 files changed, 1 insertions, 1 deletions
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