Change template
This commit is contained in:
parent
eec6d38da6
commit
4d849550dc
2 changed files with 37 additions and 41 deletions
|
@ -16,7 +16,6 @@
|
|||
// Given the name of a (signed or unsigned) integer type T that has constants
|
||||
// defined, jsonenums will create a new self-contained Go source file implementing
|
||||
//
|
||||
// func (t T) String() string
|
||||
// func (t T) MarshalJSON() ([]byte, error)
|
||||
// func (t *T) UnmarshalJSON([]byte) error
|
||||
//
|
||||
|
@ -47,7 +46,6 @@
|
|||
// in the same directory will create the file pill_jsonenums.go, in package painkiller,
|
||||
// containing a definition of
|
||||
//
|
||||
// func (r Pill) String() string
|
||||
// func (r Pill) MarshalJSON() ([]byte, error)
|
||||
// func (r *Pill) UnmarshalJSON([]byte) error
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue