Rename unused parameters to _ to satisfy linter
This commit is contained in:
@@ -20,7 +20,7 @@ type Globals struct {
|
||||
}
|
||||
|
||||
// New creates a new Globals instance from build-time variables.
|
||||
func New(lc fx.Lifecycle) (*Globals, error) {
|
||||
func New(_ fx.Lifecycle) (*Globals, error) {
|
||||
n := &Globals{
|
||||
Appname: Appname,
|
||||
Buildarch: Buildarch,
|
||||
|
||||
Reference in New Issue
Block a user