summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 04:27:31 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 04:27:31 -0400
commit8af4945c9841b23224c6f76460278f67947fd01e (patch)
tree87ed7244030e66d5afa0bf307d1b94f4c09b85eb /types.go
parentf06a2d6126bed22d38b506e1edc8822386a7cc33 (diff)
downloadgetwtxt-8af4945c9841b23224c6f76460278f67947fd01e.tar.gz
separating cache into its own library
Diffstat (limited to 'types.go')
-rw-r--r--types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.go b/types.go
index 8e924ca..35f70b3 100644
--- a/types.go
+++ b/types.go
@@ -11,11 +11,11 @@ type configuration struct {
 	stdoutLogging bool
 	instance
 }
+
+// refers to this specific instance of getwtxt
 type instance struct {
 	name  string
 	url   string
 	owner string
 	mail  string
 }
-
-// index of users