HUGE refactor. working towards web UI
This commit is contained in:
parent
dd54e8cc49
commit
1f94eecca9
29 changed files with 1669 additions and 162 deletions
8
res/res.go
Normal file
8
res/res.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package res
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed help.txt
|
||||
var HelpText string
|
||||
Loading…
Add table
Add a link
Reference in a new issue