-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please compiled success then commit & push your code. #12
Comments
@holys, thanks for the bug report! I missed this import because I work in x64 ubuntu and don't cross-compile fasthttp for other architectures and/or OSes ( Will look into travis CI and goimports |
Hmm, I couldn't figure out how to properly set up cross-compiled tests in .travis.yml . |
Have you tried gox? That makes cross-compiling easy.
reference: P.S. You may add the travis ci build status image to your README.md
This image could be found from your travis repo page, just click the build status image that. |
Done |
link to fork of fasthttprouter
https://github.com/valyala/fasthttp/blob/master/reuseport/reuseport_bsd.go#L5
Missing
import syscall
?Suggestions:
goimports
instead ofgofmt
to prevent such minor mistake.The text was updated successfully, but these errors were encountered: