From d8e99bec2065c9c7b81735a04e77b92dd4271a24 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Wed, 22 Nov 2017 13:25:52 -0800 Subject: [PATCH] Fix README example to be consistent with others 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() {