Skip to content

Commit c0caa68

Browse files
committed
Documentation as per https://godoc.org/
1 parent 6a59985 commit c0caa68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ See examples
1313
- Error handler
1414
- HTTP, HTTPS support
1515

16+
## How to use?
17+
1618
```
1719
var api = rest.New("/v1")
1820
@@ -57,5 +59,8 @@ fmt.Println("Starting server.")
5759
http.ListenAndServe(":8080", api)
5860
```
5961

62+
## Documentation
63+
https://godoc.org/github.com/go-rs/rest-api-framework
64+
6065
##### Powered by
6166
[![GoLand - JetBrains](https://raw.githubusercontent.com/go-rs/rest-api-framework/master/docs/powered-by/logo.svg?sanitize=true)](https://www.jetbrains.com/?from=Go+REST+Services)

0 commit comments

Comments
 (0)