mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 06:22:40 +00:00
numeric fields are all native unboxed.
This commit is contained in:
@@ -62,3 +62,7 @@ func ReadString(r io.Reader) (str String) {
|
||||
}
|
||||
return str
|
||||
}
|
||||
|
||||
func Readstring(r io.Reader) (str string) {
|
||||
return string(ReadString(r))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user