Add gofumpt linter
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-01-27 11:36:16 +01:00
parent c6eb147e2c
commit cc4e61f981
7 changed files with 8 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ type RequestAPILogin struct {
type ResponseAPILogin struct {
Token string `json:"token"`
}
type ResponseAPIFilePost struct {
Message string `json:"message"`
Files []ResponseAPIFilePostFiles `json:"files"`