refactor: run go fmt ./... (#169)
This commit is contained in:
parent
c81393b31a
commit
163922e001
8 changed files with 218 additions and 226 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue