first commit

This commit is contained in:
2026-05-22 00:26:27 +03:00
commit c9d6d38491
17 changed files with 2311 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module fush
go 1.26
require (
github.com/BurntSushi/toml v1.3.2
github.com/mattn/go-isatty v0.0.20
github.com/yuin/gopher-lua v1.1.1
)
require golang.org/x/sys v0.15.0 // indirect