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

Update README

parent f2c7b90b
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,21 @@ A WIP golang port of https://httpbin.org/. ...@@ -4,16 +4,21 @@ A WIP golang port of https://httpbin.org/.
[![Build Status](https://travis-ci.org/mccutchen/go-httpbin.svg?branch=master)](http://travis-ci.org/mccutchen/go-httpbin) [![Build Status](https://travis-ci.org/mccutchen/go-httpbin.svg?branch=master)](http://travis-ci.org/mccutchen/go-httpbin)
## Building
```
make
```
## Testing ## Testing
``` ```
go test make test
go test -cover make testcover
go test -coverprofile=cover.out && go tool cover -html=cover.out
``` ```
## Running ## Running
``` ```
go build && ./go-httpbin make run
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment