A Go library for making Purge requests against the Fastly CDN.
Fastly documentation at https://docs.fastly.com/api/purge
This project uses Glide to manage it's dependencies. Please refer to the glide docs to see how to install glide.
mkdir -p $GOPATH/github.com/zencoder
cd $GOPATH/github.com/zencoder
git clone https://github.com/zencoder/go-fastly-purge
cd go-fastly-purge
glide install
go install ./...