day9接口 例子 练习7.12 练习7.11

master
独孤伶俜 2022-12-18 20:49:53 +08:00
parent 4c8f8ec139
commit 07d6217fa6
1 changed files with 1 additions and 0 deletions

View File

@ -190,4 +190,5 @@ func main() {
http.HandleFunc("/delete", db.delete)
// 监听端口
http.ListenAndServe("localhost:8000", nil)
}