reformat with gofmt

This commit is contained in:
Peter Rounce 2023-01-29 10:33:34 +00:00
parent d82c17e0a1
commit 7816566d59
9 changed files with 221 additions and 216 deletions

View file

@ -36,7 +36,7 @@ type NewCardResponse struct {
K2 string `json:"k2"`
K3 string `json:"k3"`
K4 string `json:"k4"`
UID_PRIVACY string `json:"uid_privacy"`
UID_PRIVACY string `json:"uid_privacy"`
}
func new_card_request(w http.ResponseWriter, req *http.Request) {