gobyexample/examples/string-formatting/string-formatting.sh
2012-10-09 21:02:12 -07:00

7 lines
132 B
Bash

$ go run string-formatting.go
default: {1 2}
default w/ vals: {x:1 y:2}
go: main.Point{x:1, y:2}
go type: main.Point
boolean: true