From deba9d5b4f2115e48eab3a796c9cc3842d4a9498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20S=C5=82omka?= Date: Sat, 28 Oct 2017 21:39:05 +0200 Subject: [PATCH] Remove confusing duplicate Execute from README --- 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 != "" {