refactor: run go fmt ./... (#169)

This commit is contained in:
Simone Basso
2020-11-13 18:42:10 +01:00
committed by GitHub
parent c81393b31a
commit 163922e001
8 changed files with 197 additions and 205 deletions
+3 -3
View File
@@ -35,9 +35,9 @@ var websiteCategories = []string{
// Sharing settings
type Sharing struct {
IncludeIP bool `json:"include_ip"`
IncludeASN bool `json:"include_asn"`
UploadResults bool `json:"upload_results"`
IncludeIP bool `json:"include_ip"`
IncludeASN bool `json:"include_asn"`
UploadResults bool `json:"upload_results"`
}
// Advanced settings