Create a package

This commit is contained in:
George
2020-02-09 04:25:38 -05:00
parent 1950e95d0f
commit 2d9042a983
7 changed files with 244 additions and 208 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/zhoreeq/meshname
go 1.13
require github.com/miekg/dns v1.1.27
require (
github.com/gologme/log v1.2.0
github.com/miekg/dns v1.1.27
)