mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -50,7 +50,6 @@ func (ns *Namespace) Print(a ...interface{}) string {
|
||||
// Printf returns a formatted string representation of the passed arguments.
|
||||
func (ns *Namespace) Printf(format string, a ...interface{}) string {
|
||||
return _fmt.Sprintf(format, a...)
|
||||
|
||||
}
|
||||
|
||||
// Println returns string representation of the passed arguments ending with a newline.
|
||||
|
Reference in New Issue
Block a user