mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-25 06:18:56 +00:00
parent
38d6e5c51b
commit
9628c555ad
@ -57,7 +57,7 @@ func (s *IntSet) String() string {
|
||||
if buf.Len() > len("{") {
|
||||
buf.WriteByte('}')
|
||||
}
|
||||
fmt.Fprintf(&buf, "%d", 64*i+j)"}")}}
|
||||
fmt.Fprintf(&buf, "%d", 64*i+j)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user