package
0.0.0-20230331131523-deb0478a2e52
Repository: https://github.com/hellobchain/third_party.git
Documentation: pkg.go.dev
# Functions
ParseUint32s parses a slice of strings into a slice of uint32s.
ParseUint64s parses a slice of strings into a slice of uint64s.
ReadUintFromFile reads a file and attempts to parse a uint64 from it.
SysReadFile is a simplified ioutil.ReadFile that invokes syscall.Read directly.