erikdubbelboer / fasthttp

This fork has been deprecated!
MIT License
50 stars 12 forks source link

Added cookie client and server examples. #37

Closed dgrr closed 6 years ago

erikdubbelboer commented 6 years ago

As you can see above this pull request would break all Travis-ci builds:

# github.com/erikdubbelboer/fasthttp/examples/cookie
examples/cookie/server.go:10:6: main redeclared in this block
    previous declaration at examples/cookie/client.go:9:6

You can try adding the following to the top of the two .go files:

// +build ignore

Not 100% sure if that will work.