content: Update fmt.Println example

This commit is contained in:
Francis Yeong 2025-08-26 21:25:00 +08:00 committed by GitHub
parent 1d9a92bc7f
commit 863945e13e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,5 @@ aliases: [/functions/println]
```go-html-template
{{ println "foo" }} → foo\n
{{ println "foo" "bar" }} → foo bar\n
```