aboutsummaryrefslogtreecommitdiff
path: root/search_query.go
diff options
context:
space:
mode:
Diffstat (limited to 'search_query.go')
-rw-r--r--search_query.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_query.go b/search_query.go
index ac5e178..b332437 100644
--- a/search_query.go
+++ b/search_query.go
@@ -74,7 +74,7 @@ var (
CategorySoftwareGames = Category{ Category: 6, SubCategory: 2 }
)
-func (q SearchQuery) Build() (string, error) {
+func (q SearchQuery) build() (string, error) {
if q.BaseURL == "" {
q.BaseURL = "nyaa.si"
}