Content deleted Content added
Cleanup 1 reference: convert <ref>URL {{webarchive}}</ref> to <ref>{{cite web}}</ref>. NB: title etc is missing, and will display error msg |
Citation bot (talk | contribs) Add: website. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | #UCB_webform 2057/2766 |
||
Line 112:
=== Go ===
{{Main|Go (programming language)}}
{{as of|2022}}, Go does not have string interpolation. There have been some proposals for string interpolation in the next version of the language, Go 2.<ref>{{cite web|url=https://github.com/golang/go/issues/34174 |title=proposal: Go 2: string interpolation #34174|website=[[GitHub]] }}</ref><ref>{{cite web|url=https://github.com/golang/go/issues/50554 |title=proposal: Go 2: string interpolation evaluating to string and list of expressions #50554|website=[[GitHub]] }}</ref> Instead, Go uses [[printf format string]]s in the <code>fmt.Sprintf</code> function, string [[concatenation]], or template libraries like <code>text/template</code>.
=== Groovy ===
|