diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-16 11:10:40 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-16 11:10:40 -0400 |
| commit | b2930794aaac97e1ee89c3c214f8cc42e254d02c (patch) | |
| tree | edc3eec172d2b44575400aabedc562cdc9bf3847 /cover.go | |
| parent | 3459adac2f76c835e542fa852ff8de85909d09e4 (diff) | |
| download | lulu-b2930794aaac97e1ee89c3c214f8cc42e254d02c.zip | |
keep generated file header out of godoc
Diffstat (limited to 'cover.go')
| -rw-r--r-- | cover.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |