-
Notifications
You must be signed in to change notification settings - Fork 879
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
Enable gofmt/govet/golint for ./arm/... #196
Comments
@ahmetalpbalkan It's on the to-do list. |
apparently done. :) @brendandixon GitHub protip: If you add your commit message something like "Fixes #xxx" or "Closes #xxx", when commit is merged, issue(s) will close automatically once the commit is merged. https://help.github.com/articles/closing-issues-via-commit-messages/ |
@ahmetalpbalkan Sweet. I did not know that. |
richardpark-msft
pushed a commit
to richardpark-msft/azure-sdk-for-go
that referenced
this issue
Aug 5, 2021
* Fix lastError race * Move websocket pkg out of std lib to deal with proxy. * Add WebsocketEOF to connection closed error check. * add comment * added ctx to flow to ns.newClient Co-authored-by: Alexander Pashkov <[email protected]> Co-authored-by: Chris <[email protected]> Co-authored-by: Joel Hendrix <[email protected]>
benbp
pushed a commit
to benbp/azure-sdk-for-go
that referenced
this issue
Sep 15, 2021
* Fix lastError race * Move websocket pkg out of std lib to deal with proxy. * Add WebsocketEOF to connection closed error check. * add comment * added ctx to flow to ns.newClient Co-authored-by: Alexander Pashkov <[email protected]> Co-authored-by: Chris <[email protected]> Co-authored-by: Joel Hendrix <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@brendandixon please feel free to edit .travis.yml accordingly when you feel comfortable enabling those checks for the
arm
package.The text was updated successfully, but these errors were encountered: