Go语言实现简单的一个静态WEB服务器

itfanr · 2014-11-16 11:00:01

log.Fatal(http.ListenAndServe(":8080", nil))

#1