Add go.mod

This commit is contained in:
yo
2022-01-04 11:06:12 +01:00
parent 0579cfea1d
commit 716a3cd0f8
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module godit
go 1.17
require github.com/spf13/pflag v1.0.5