摘要: net/http Golang(Go语言)内置是有HTTP服务的,我们可以通过内置的net/http包来实现一个HTTP服务。 func main() { http.HandleFunc("/",Index) log.Fatal(http.ListenAndServe(":8080", nil)) 阅读全文
posted @ 2020-10-26 21:27 Mr.peter 阅读(303) 评论(0) 推荐(0)
摘要: 1.upwork 2.fiverr 阅读全文
posted @ 2020-10-26 14:58 Mr.peter 阅读(514) 评论(0) 推荐(0)