mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 11:11:41 +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