摘要: main.go package main import ( "fmt" "net/http" ) // ping check func ping(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "pong") } // live c 阅读全文
posted @ 2021-12-23 17:20 liy36 阅读(187) 评论(0) 推荐(0)