all: Fix some govet complaints

This commit is contained in:
Albert Nigmatzianov
2017-03-09 18:18:12 +05:00
committed by Bjørn Erik Pedersen
parent 560ed6e686
commit 48120ccfd2
9 changed files with 12 additions and 15 deletions

View File

@@ -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.