From fb02817f3c2930f6a29c18a046759de969290022 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Wed, 22 Nov 2017 13:30:46 -0800 Subject: [PATCH] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7279e4f..a422cf7e 100644 --- a/README.md +++ b/README.md @@ -286,8 +286,9 @@ populate it with the following: package cmd import ( - "github.com/spf13/cobra" "fmt" + + "github.com/spf13/cobra" ) func init() {