摘要: 1.go-test目录中初始化模块 go mod init mathtest #必须和main.go中导入的mathtest一样 2.go-test中的目录结构 ├── go.mod ├── main.go └── myMath └── mathutil.go 3.main.go package m 阅读全文
posted @ 2026-01-20 12:09 坚强的小蚂蚁 阅读(6) 评论(0) 推荐(0)