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