7 lines
118 B
Go
Executable File
7 lines
118 B
Go
Executable File
package fs
|
|
|
|
import "github.com/spf13/pflag"
|
|
|
|
// Check it satisfies the interface
|
|
var _ pflag.Value = (*LogLevel)(nil)
|