From d5c27b28ad7096e957601e2183ec637665a2f030 Mon Sep 17 00:00:00 2001 From: webb Date: Sun, 19 Jul 2020 09:09:29 -0400 Subject: [PATCH] Add descriptions --- account.go | 2 ++ client.go | 2 ++ upload.go | 2 ++ 3 files changed, 6 insertions(+) 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 (