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 6a59985 commit c0caa68Copy full SHA for c0caa68
README.md
@@ -13,6 +13,8 @@ See examples
13
- Error handler
14
- HTTP, HTTPS support
15
16
+## How to use?
17
+
18
```
19
var api = rest.New("/v1")
20
@@ -57,5 +59,8 @@ fmt.Println("Starting server.")
57
59
http.ListenAndServe(":8080", api)
58
60
61
62
+## Documentation
63
+https://godoc.org/github.com/go-rs/rest-api-framework
64
65
##### Powered by
66
[](https://www.jetbrains.com/?from=Go+REST+Services)
0 commit comments