Change template

This commit is contained in:
Nise Void 2018-10-31 16:25:09 +01:00
parent eec6d38da6
commit 4d849550dc
Signed by: NiseVoid
GPG key ID: FBA14AC83EA602F3
2 changed files with 37 additions and 41 deletions

View file

@ -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
//