diff options
Diffstat (limited to 'ship.go')
| -rw-r--r-- | ship.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |