hugo/tpl
bogem 7665dd239e tpl: Drop an else block in checkCondition
Fix golint warning: tpl/template_funcs.go:853:10: if block ends with a
return statement, so drop this else and outdent its block

See #2014
2016-11-23 09:13:00 +01:00
..
reflect_helpers.go
template.go hugolib, source, tpl: Fix docs 2016-11-23 09:13:00 +01:00
template_ast_transformers.go Fix case issues with Params 2016-11-22 17:33:52 +01:00
template_ast_transformers_test.go Fix case issues with Params 2016-11-22 17:33:52 +01:00
template_embedded.go
template_funcs.go tpl: Drop an else block in checkCondition 2016-11-23 09:13:00 +01:00
template_funcs_test.go
template_i18n.go commands, hugolib, source, target, tpl: Get rid of some fmt statements 2016-11-22 23:43:55 +01:00
template_i18n_test.go
template_resources.go
template_resources_test.go
template_test.go