├── .gitignore ├── LICENSE ├── README.md └── rawreader.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awgh/rawreader/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awgh/rawreader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awgh/rawreader/HEAD/README.md -------------------------------------------------------------------------------- /rawreader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awgh/rawreader/HEAD/rawreader.go --------------------------------------------------------------------------------