Serving static file in go using standard library net/http

前端 未结 0 1763
暖寄归人
暖寄归人 2021-01-13 03:55
func main() {
    server()
}

func server() {
    buildHandler := http.FileServer(http.Dir("client/out"))
    http.Handle("/static/", http.StripP         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题