8 lines
76 B
Go
8 lines
76 B
Go
package res
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed help.txt
|
|
var HelpText string
|