add generator tag
This commit is contained in:
@ -2,6 +2,8 @@ package block
|
||||
|
||||
import "strconv"
|
||||
|
||||
//go:generate go run ./generator/properties/main.go
|
||||
|
||||
type Boolean bool
|
||||
|
||||
func (b Boolean) MarshalText() (text []byte, err error) {
|
||||
|
Reference in New Issue
Block a user