9 lines
125 B
Modula-2
9 lines
125 B
Modula-2
module github.com/payne8/metl
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
)
|