Turn into Go module

This commit is contained in:
Dominik Honnef
2020-07-06 18:02:36 +02:00
parent ea418d5624
commit 3475ae1b06
2 changed files with 107 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module honnef.co/go/nut
go 1.14
require github.com/prometheus/client_golang v1.7.1