PHP » GoLang |
login |
register |
about
|
sprintfsprintf[code=golang]
fmt.Sprintf("%s", "Something")
[/code]
[code=php]
sprintf("%s", "Something")
[/code]
|