Fix README example to be consistent with others (#585)
Alphabetize and separate builtin imports from external imports to be gofmt-compliant and consistent with other examples in README.
This commit is contained in:
parent
19e54c4a2b
commit
fb02817f3c
@ -286,8 +286,9 @@ populate it with the following:
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/spf13/cobra"
|
||||
"fmt"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user