Initial commit

This commit is contained in:
nxshock 2023-12-28 16:00:04 +05:00
commit 0b430973c9
14 changed files with 460 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module gonx
go 1.21
require (
github.com/BurntSushi/toml v1.3.2
github.com/lmittmann/tint v1.0.3
)