add generator tag

This commit is contained in:
Tnze
2022-11-23 01:25:50 +08:00
parent d250284642
commit 43c7b485c4
5 changed files with 17 additions and 4 deletions

View File

@ -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) {