Create go module

This commit is contained in:
2021-01-10 15:26:17 -06:00
parent b834bf84b2
commit bd1939e546
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.kill0.net/chill9/lume
go 1.15
require github.com/BurntSushi/toml v0.3.1