gofmpt (gofmt but stricter)

This commit is contained in:
2023-08-27 19:54:30 +05:30
parent 67fb87d524
commit 359cf9bd09
18 changed files with 703 additions and 681 deletions

View File

@@ -38,7 +38,7 @@ func LangList(engine string, listType string) ([]List, error) {
} else if engine == "duckduckgo" {
data = LangListDuckDuckGo("sl")
} else {
return []List{} , errors.New("Engine does not exist.")
return []List{}, errors.New("Engine does not exist.")
}
return data, nil
}