title |
linkTitle |
description |
categories |
keywords |
menu |
function |
relatedFunctions |
aliases |
fmt.Warnf |
warnf |
Log a WARNING from a template. |
|
|
|
aliases |
returnType |
signatures |
|
string |
|
|
fmt.Errorf |
fmt.Erroridf |
fmt.Warnf |
|
|
The documentation for Go's fmt package describes the structure and content of the format string.
Like the printf
function, the warnf
function evaluates the format string. It then prints the result to the WARNING log. Hugo prints each unique message once to avoid flooding the log with duplicate warnings.
{{ warnf "Copyright notice missing from site configuration" }}