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

itfanr ·
log.Fatal(http.ListenAndServe(":8080", nil))
#1