diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-14 04:07:28 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-14 04:07:34 -0400 |
commit | 7bf834d52cebc49a1cb83155a22f67724318743e (patch) | |
tree | 29bb603e2cad7c0d6eabe177cc3db952fdda0cae /registry/index.go | |
parent | faad3621aea68c05d67e86e3b1b3dfc983c7b620 (diff) | |
download | getwtxt-7bf834d52cebc49a1cb83155a22f67724318743e.tar.gz |
initialized new go module for registry library
Diffstat (limited to 'registry/index.go')
-rw-r--r-- | registry/index.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/index.go b/registry/index.go index c5f8d2c..807c83c 100644 --- a/registry/index.go +++ b/registry/index.go @@ -1,4 +1,4 @@ -package registry +package registry // import "github.com/gbmor/getwtxt/registry" import ( "log" |