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.
See the example code for basic usage.