Go R1 Day 65
progress
- Built mage tasks for go formatting and linting.
Using this approach, you can now drop a magefile.go
file into a project and set the following:
|
|
Calling this can be done directly now as part of a startup task.
|
|
Additionally, handled some Windows executable path issues by making sure to wrap up the path resolution.
|
|
Links
- feat(gotools): ✨ add gotools for running go specific actions · sheldonhull/magetools@ef97514 · GitHub
- refactor(gotools): 🚚 add namespace for Golang and update lint ci to d… · sheldonhull/magetools@51a9c3b · GitHub
- feat(gotools): 🎉 add go formatting and linting helpers · sheldonhull/magetools@541c2fc · GitHub
- refactor(gotools): 🔨 windows support for executables · sheldonhull/magetools@d70712e · GitHub
Webmentions