Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 545 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 545 Bytes

Buster GoDoc

A Go file server used to bust static file caches on startup. This lets us set a very aggresive, 1 year cache control header and ensures that the client gets fresh files on statrup since the file path changes. If the client does request using an old file path the new file will be served.

Usage

See the example code for basic usage.