commit | 0d6986a1f78de804a8e7587634fdb7cecfdc8a9c | [log] [tgz] |
---|---|---|
author | Dave Day <djd@golang.org> | Wed Dec 10 15:02:18 2014 +1100 |
committer | Dave Day <djd@golang.org> | Wed Dec 10 15:02:18 2014 +1100 |
tree | 7f7eb56520786b88c2e7959a2587e73c49284a7d | |
parent | 87f483adecb3f6755c8771a0b3c2b4ad9736f7cd [diff] [blame] |
Fix formatting after import
diff --git a/HttpStaticFiles.md b/HttpStaticFiles.md index be8db0e..f8772bd 100644 --- a/HttpStaticFiles.md +++ b/HttpStaticFiles.md
@@ -9,7 +9,9 @@ ``` package main + import "net/http" + func main() { panic(http.ListenAndServe(":8080", http.FileServer(http.Dir("/usr/share/doc")))) }