vodular/res/res.go

8 lines
76 B
Go

package res
import (
_ "embed"
)
//go:embed help.txt
var HelpText string