mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 08:44:01 +03:00
Fix lint issues
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
)
|
||||
|
||||
type GenerateSecret struct {
|
||||
base `kong:"-"`
|
||||
base `kong:"-"`
|
||||
|
||||
HostName string `kong:"arg,required,help='Hostname to use for domain fronting.',name='hostname'"` // nolint: lll, govet
|
||||
HostName string `kong:"arg,required,help='Hostname to use for domain fronting.',name='hostname'"`
|
||||
Hex bool `kong:"help='Print secret in hex encoding.'"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user