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

This commit is contained in:
Simone Basso 2020-11-13 18:42:10 +01:00 committed by GitHub
commit 163922e001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 218 additions and 226 deletions

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