https://github.com/golang-china/gopl-zh/issues/2
This commit is contained in:
chai2010 2016-02-26 17:12:49 +08:00
parent 38d6e5c51b
commit 9628c555ad

View File

@ -57,7 +57,7 @@ func (s *IntSet) String() string {
if buf.Len() > len("{") { if buf.Len() > len("{") {
buf.WriteByte('}') buf.WriteByte('}')
} }
fmt.Fprintf(&buf, "%d", 64*i+j)"}")}} fmt.Fprintf(&buf, "%d", 64*i+j)
} }
} }
} }