Skip to content

zencoder/go-fastly-purge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fastly-purge

godoc Circle CI Coverage Status

A Go library for making Purge requests against the Fastly CDN.

Fastly documentation at https://docs.fastly.com/api/purge

Install

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 ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published