Skip to content
Snippets Groups Projects
Commit 54fe296d authored by Will McCutchen's avatar Will McCutchen
Browse files

More

parent cbac74e6
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ see how far I could get using only the stdlib. ...@@ -46,8 +46,8 @@ see how far I could get using only the stdlib.
When I started this project, there were a handful of existing and incomplete When I started this project, there were a handful of existing and incomplete
golang ports, with the most promising being [ahmetb/go-httpbin][ahmet]. This golang ports, with the most promising being [ahmetb/go-httpbin][ahmet]. This
project showed me how useful it might be to have an `httpbin` package available project showed me how useful it might be to have an `httpbin` _library_
for testing golang applications. available for testing golang applications.
### Known differences from other httpbin versions ### Known differences from other httpbin versions
...@@ -64,7 +64,7 @@ for testing golang applications. ...@@ -64,7 +64,7 @@ for testing golang applications.
## Development ## Development
``` ```bash
# local development # local development
make make
make test make test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment