├── LICENSE ├── README.md ├── examples ├── multipart.go └── streamer.go ├── multipartstreamer.go ├── multipartstreamer_test.go └── script └── test /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoweenie/multipartstreamer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoweenie/multipartstreamer/HEAD/README.md -------------------------------------------------------------------------------- /examples/multipart.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoweenie/multipartstreamer/HEAD/examples/multipart.go -------------------------------------------------------------------------------- /examples/streamer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoweenie/multipartstreamer/HEAD/examples/streamer.go -------------------------------------------------------------------------------- /multipartstreamer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoweenie/multipartstreamer/HEAD/multipartstreamer.go -------------------------------------------------------------------------------- /multipartstreamer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technoweenie/multipartstreamer/HEAD/multipartstreamer_test.go -------------------------------------------------------------------------------- /script/test: -------------------------------------------------------------------------------- 1 | gofmt -l -w . 2 | go test --------------------------------------------------------------------------------