We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2e0b commit e3814ebCopy full SHA for e3814eb
README.md
@@ -54,7 +54,7 @@ api.Error("UNAUTHORIZED", func(ctx *rest.Context) {
54
55
fmt.Println("Starting server.")
56
57
-http.ListenAndServe(":8080", api)
+http.ListenAndServe(":8080", &api)
58
```
59
60
##### Powered by
0 commit comments