Add mod and Makefile to speed development

This commit is contained in:
Ian Fijolek
2019-10-03 12:56:03 -07:00
parent 88b718cb59
commit 68ee048b76
4 changed files with 34 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module git.iamthefij.com/iamthefij/minitor-go
go 1.12
require gopkg.in/yaml.v2 v2.2.4