├── LICENSE ├── README.md ├── binary.go ├── binary_test.go └── renovate.json5 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/binary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/binary/HEAD/README.md -------------------------------------------------------------------------------- /binary.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/binary/HEAD/binary.go -------------------------------------------------------------------------------- /binary_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/binary/HEAD/binary_test.go -------------------------------------------------------------------------------- /renovate.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecthomas/binary/HEAD/renovate.json5 --------------------------------------------------------------------------------