commit | 87d443c19bf8d0bd1087ad6b4abd7f96370629ae | [log] [tgz] |
---|---|---|
author | HuKeping <hukeping@huawei.com> | Wed Dec 02 18:15:48 2015 +0800 |
committer | Steve Francia <steve.francia@gmail.com> | Tue Dec 15 12:54:05 2015 -0500 |
tree | e187b102c1c96d531dd4ae5e32cf1f5d9042636e | |
parent | 90b31f671fffe7d5076beaa832a778ea9ba007f3 [diff] |
Fix tab issue. As the title said.
diff --git a/viper.go b/viper.go index 680b331..6e166ba 100644 --- a/viper.go +++ b/viper.go
@@ -108,11 +108,11 @@ // Defaults : { // "secret": "", // "user": "default", -// "endpoint": "https://localhost" +// "endpoint": "https://localhost" // } // Config : { // "user": "root" -// "secret": "defaultsecret" +// "secret": "defaultsecret" // } // Env : { // "secret": "somesecretkey"