DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
Strings and Text
Append Character to String
Append Character to String
Post Example
Examples in
Go
Append Character to String in Go
by yhuang
Go
fmt
fmt.Println
package main import "fmt" func main() { fmt.Println("string" + string('c')) }