gobyexample/045-string-formatting/string-formatting.sh
Mark McGranaghan e4b083d49b index work
2012-09-23 17:45:04 -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