摘要:
Go by Example: 值 import "fmt" func main() { fmt.Println("go" + "lang") fmt.Println("1+1 =", 1+1) fmt.Println("7.0/3.0 =", 7.0/3.0) fmt.Println(true && 阅读全文
posted @ 2025-09-14 11:23
gosamuel
阅读(12)
评论(0)
推荐(0)
摘要:
What is Go? --Go is a cross-platform, open source programming language --Go can be used to create high-performance applications --Go is a fast, static 阅读全文
posted @ 2025-09-14 11:20
gosamuel
阅读(10)
评论(0)
推荐(0)
摘要:
hello world package main import "fmt" func main() { fmt.Println("hello world") } 运行: $ go run hello-world.go hello world $ go build hello-world.go $ l 阅读全文
posted @ 2025-09-14 11:04
gosamuel
阅读(9)
评论(0)
推荐(0)

浙公网安备 33010602011771号