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:
As you can see above this pull request would break all Travis-ci builds:
You can try adding the following to the top of the two
.go
files:Not 100% sure if that will work.