基础知识
Go语言就是为了解决编程语言对并发支持不友好、编译速度慢、编程复杂这三个问题而诞生的
特点:
语言特性对比:
package mainimport "fmt"func main() {fmt.Printf("Hello world") }
Go源代码特性解读:
go build h
上一篇:xpath注入[NPUCTF2020]ezlogin
下一篇:Prometheus node_exporter 部署