inital working metl

This commit is contained in:
2021-05-23 22:15:30 -06:00
commit 118ffd908f
15 changed files with 1168 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/payne8/metl
go 1.14
require (
github.com/google/uuid v1.2.0
github.com/mitchellh/mapstructure v1.4.1
)