diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ func main() { Now if we curl that endpoint: ```bash -curl localhost:3000/items +$ curl localhost:3000/items {"items": ["item1", "item2"]} ``` |
index : sleepy | ||
Go library for making RESTful services | bgstack15 |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 2 |
@@ -32,7 +32,7 @@ func main() { Now if we curl that endpoint: ```bash -curl localhost:3000/items +$ curl localhost:3000/items {"items": ["item1", "item2"]} ``` |