rocket-tutorial:火箭教程

时间:2024-07-29 14:03:05
【文件属性】:

文件名称:rocket-tutorial:火箭教程

文件大小:1KB

文件格式:ZIP

更新时间:2024-07-29 14:03:05

火箭教程 package main import ( "log" "net/http" ) func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { log.Printf("request from %v\n", r.RemoteAddr) w.Write([]byte("hello\n")) }) log.Fatal(http.ListenAndServe(":5000", nil)) } CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w' . { "acVersion": "1.0.0", "acKind": "Ap


【文件预览】:
rocket-tutorial-master
----README.md(2KB)

网友评论