This commit is contained in:
Unknwon
2015-09-13 07:57:27 -04:00
parent f73e6305fe
commit 778950f37c

View File

@@ -215,7 +215,7 @@ type B struct {
func (b *B) change() { b.thing = 1 }
func (b B) write() string { return fmt.Sprint((b)) }
func (b B) write() string { return fmt.Sprint(b) }
func main() {
var b1 B // b1是值