prader6

2019年12月21日

go 练习:HTTP 处理

摘要: 这篇文章只是联系go指南时的笔记吧。 package main import ( "fmt" "log" "net/http" ) type String string type Struct struct{ Greeting string Punct string Who string } fun 阅读全文

posted @ 2019-12-21 12:16 prader6 阅读(320) 评论(0) 推荐(0) 编辑

导航