refactor: run go fmt ./... (#169)
This commit is contained in:
parent
c81393b31a
commit
163922e001
8 changed files with 218 additions and 226 deletions
|
|
@ -8,7 +8,6 @@ import (
|
|||
"github.com/ooni/probe-cli/internal/version"
|
||||
)
|
||||
|
||||
|
||||
func init() {
|
||||
cmd := root.Command("version", "Show version.")
|
||||
cmd.Action(func(_ *kingpin.ParseContext) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue