diff --git a/horsegen/skill.go.template b/horsegen/skill.go.template index 280a9bf..68a94a0 100644 --- a/horsegen/skill.go.template +++ b/horsegen/skill.go.template @@ -5,9 +5,6 @@ package {{ $.Region }} import . "git.sunturtle.xyz/zephyr/horse/horse" -{{/* -//go:generate go run golang.org/x/tools/cmd/stringer@v0.41.0 -type SkillID -trimprefix Skill -linecomment -*/ -}} const ( {{- range $s := $.Skills }} Skill{{ goenum $s.Name }}{{ if ne $s.InheritID 0 }}Inherit{{ end }} SkillID = {{ $s.ID }} // {{ $s.Name }}