feat: add pre-commit hooks & refactor code to pass linting
This commit is contained in:
@ -3,8 +3,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/magefile/mage/mage"
|
||||
"os"
|
||||
|
||||
"github.com/magefile/mage/mage"
|
||||
)
|
||||
|
||||
func main() { os.Exit(mage.Main()) }
|
||||
|
Reference in New Issue
Block a user