6 lines
80 B
Go
6 lines
80 B
Go
package deps
|
|
|
|
import (
|
|
// make go mod tidy happy
|
|
_ "github.com/spf13/pflag"
|
|
)
|