=== _thumper_ is now known as thumper [23:18] davecheney: morning [23:18] davecheney: got a few minutes for a question? [23:18] thumper: morning! [23:18] sure [23:19] skype? [23:19] sure, lemmie go upstairs where it is quieter [23:20] * thumper pauses the music [23:23] * thumper waits for davecheney to call [23:49] thumper: http://play.golang.org/p/ZOSQFos_Jn [23:52] go build - builds [23:53] alias gb='go install -v' [23:53] gb ./... [23:54] lias gb='go install -tags debug -v' [23:54] alias jc='cd /home/dfc/src/launchpad.net/juju-core/' [23:54] gb ./... [23:54] jc [23:55] gb ./... [23:55] go tset ./... [23:55] go test ./... [23:57] s.Foo() [23:58] (s S) Foo() [23:58] (&s).Foo( [23:58] type I int [23:59] func (i I) add(a int) { a += i) [23:59] var i I [23:59] i.add(1) [23:59] func (i *I) add(a int) { *i += i }