]> Cypherpunks.ru repositories - gocheese.git/blobdiff - main.go
Missing error check
[gocheese.git] / main.go
diff --git a/main.go b/main.go
index 772d3bf08681beade12b3065d65dce3fba993b67..46c76b307c9a9baf2c945a06ccf6a77a4e396b87 100644 (file)
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ import (
 )
 
 const (
-       Version   = "3.2.0"
+       Version   = "3.3.0"
        UserAgent = "GoCheese/" + Version
 )
 
@@ -288,6 +288,7 @@ func main() {
                "root:", Root,
                "bind:", *Bind,
                "pypi:", *PyPIURL,
+               "json:", *JSONURL,
        )
        if *TLSCert == "" {
                err = server.Serve(ln)