-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <alexpashkov123@gmail.com> Co-authored-by: Chris <christopher.mcmillon@halliburton.com> Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
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 <alexpashkov123@gmail.com> Co-authored-by: Chris <christopher.mcmillon@halliburton.com> Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
@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: