diff --git a/account.go b/account.go index 4128d45..48c186e 100644 --- a/account.go +++ b/account.go @@ -1,3 +1,5 @@ +/* Structs, data, functions, and methods for accounts and their information */ + package teal import ( diff --git a/client.go b/client.go index 3ff3984..2a3027c 100644 --- a/client.go +++ b/client.go @@ -1,3 +1,5 @@ +/* Client related stuff, and its library interfaces */ + package teal // Client represents the client used for making http requests, including the session if used. diff --git a/upload.go b/upload.go index 4a67a53..5b649b7 100644 --- a/upload.go +++ b/upload.go @@ -1,3 +1,5 @@ +/* Functions, methods and whatnot for uploading to pxl.blue */ + package teal import (