package
0.0.0-20240929185338-3185725b6dfb
Repository: https://github.com/rkennedy/magehelper.git
Documentation: pkg.go.dev
# Functions
Goimports returns a [mg.Fn] object suitable for using with [mg.Deps] and similar.
Mockgen returns a [mg.Fn] that represents the task of creating mocks for use by the given directory.
Revive returns a [mg.Fn] object suitable for using with [mg.Deps] and similar.
Stringer returns a [mg.Fn] object suitable for using with [mg.Deps] and similar.
# Structs
MockgenTask is a Mage task that generates mock types for code in a particular directory.
StringerTask is a [mg.Fn] implementation that runs the stringer utility to generate code for an enum type.