From b3426bbac13d7110c4d8fce456ea0012f79f3b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20S=C5=82omka?= Date: Sun, 29 Oct 2017 22:09:45 +0100 Subject: [PATCH] Remove confusing duplicate Execute from README (#554) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 373a056b..d8b5c96c 100644 --- a/README.md +++ b/README.md @@ -224,10 +224,6 @@ func init() { viper.SetDefault("license", "apache") } -func Execute() { - RootCmd.Execute() -} - func initConfig() { // Don't forget to read config either from cfgFile or from home directory! if cfgFile != "" {