Skip to content

Conversation

shogo82148
Copy link
Contributor

  • printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006) go-staticcheck
  • should use make([]string, 0) instead (S1019) go-staticcheck

- printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006) go-staticcheck
- should use make([]string, 0) instead (S1019) go-staticcheck
@Songmu Songmu merged commit b0e709e into tcnksm:master Jun 15, 2021
Songmu added a commit that referenced this pull request Jun 15, 2021
## [v0.14.0](v0.13.0...v0.14.0) (2021-06-15)

* udpate deps [#134](#134) ([Songmu](https://github.com/Songmu))
* fix lint warnings [#133](#133) ([shogo82148](https://github.com/shogo82148))
* Migrate to GitHub Actions [#132](#132) ([shogo82148](https://github.com/shogo82148))
* Allow use of ENV Varaibles to run tests which upload to github [#130](#130) ([JehandadK](https://github.com/JehandadK))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants