mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-08 00:03:26 +00:00
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user