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:
Nick Miyake 2017-11-22 13:30:46 -08:00 committed by Eric Paris
parent 19e54c4a2b
commit fb02817f3c

View file

@ -286,8 +286,9 @@ populate it with the following:
package cmd
import (
"github.com/spf13/cobra"
"fmt"
"github.com/spf13/cobra"
)
func init() {