fix & format

This commit is contained in:
6543 2021-05-05 11:26:10 +02:00
parent b5b48fe224
commit 2a7cc5d14f
Signed by: 6543
GPG Key ID: C99B82E40B027BAE
1 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ var (
Version = "dev"
)

struct Cache {
type Cache struct {
token string `json:token`
baseURL string `json:baseURL`
orgName string `json:orgName`