summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Nigmatzianov <albertnigma@gmail.com>2017-03-09 18:18:12 +0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-09 14:18:12 +0100
commit48120ccfd2138ff2b308081cd7cb9cee033db691 (patch)
treee008e9b8ebccdd897d51ae152c4d2b89215237de /config
parent560ed6e686f19c58dc98af9f47bb35c81f4d7979 (diff)
all: Fix some govet complaints
Diffstat (limited to 'config')
-rw-r--r--config/configProvider.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/configProvider.go b/config/configProvider.go
index 7f306fa0e..870341f7f 100644
--- a/config/configProvider.go
+++ b/config/configProvider.go
@@ -11,10 +11,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// Package helpers implements general utility functions that work with
-// and on content. The helper functions defined here lay down the
-// foundation of how Hugo works with files and filepaths, and perform
-// string operations on content.
package config
// Provider provides the configuration settings for Hugo.