diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-21 18:49:43 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-21 18:59:56 -0400 |
commit | 4f0847bb24a5df77f88c883461491a2f6fd955d7 (patch) | |
tree | 0f9e2eef1f6bfa4f3a09370730ad8351c1ce24dd /init.go | |
parent | 61e81ea7acfc01e8b7ea33156a36c15b0674c79f (diff) | |
download | getwtxt-4f0847bb24a5df77f88c883461491a2f6fd955d7.tar.gz |
runtime bugs related to api output
Diffstat (limited to 'init.go')
-rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go index 8c96e72..b898ae8 100644 --- a/init.go +++ b/init.go @@ -42,7 +42,7 @@ var twtxtCache = registry.NewIndex() // remote registry listing var remoteRegistries = &RemoteRegistries{} -func init() { +func initGetwtxt() { checkFlags() titleScreen() initConfig() |