Add descriptions

This commit is contained in:
webb 2020-07-19 09:09:29 -04:00
parent 72a694b142
commit d5c27b28ad
No known key found for this signature in database
GPG Key ID: 8B6F0D2784D22DB2
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* Structs, data, functions, and methods for accounts and their information */
package teal
import (

View File

@ -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.

View File

@ -1,3 +1,5 @@
/* Functions, methods and whatnot for uploading to pxl.blue */
package teal
import (