Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Link to basic static server example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Johnston committed Apr 30, 2014
1 parent c11baa5 commit 3e1cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A plain HTTP server designed for serving static files with the most rudimentary
* Custom headers (v0.2)
* GZip compression (v0.2)

(If you want anything more (or indeed, less) than this, then you may want to consider rolling your own. [Go makes static file serving simple!](https://code.google.com/p/go-wiki/wiki/HttpStaticFiles))
If you want anything more (or indeed, less) than this, then you may want to consider rolling your own - fortunately Go makes it [ridiculously simple](https://code.google.com/p/go-wiki/wiki/HttpStaticFiles)!

## Performance

Expand Down

0 comments on commit 3e1cd0d

Please sign in to comment.