Move the go:generate comments one line up to avoid documenting the type

This commit is contained in:
Francesc Campoy 2015-01-31 10:21:59 +01:00
parent 10933b856e
commit 3da4e90d43
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import (
) )
//go:generate jsonenums -type=ShirtSize //go:generate jsonenums -type=ShirtSize
type ShirtSize byte type ShirtSize byte
const ( const (
@ -23,6 +24,7 @@ const (
) )
//go:generate jsonenums -type=WeekDay //go:generate jsonenums -type=WeekDay
type WeekDay int type WeekDay int
const ( const (