最近发布的主题
暂无
最近发布的文章
暂无
最近分享的资源
暂无
最近发布的项目
暂无
最近的评论
-
```go // You can edit this code! // Click here and start typing. package main import "fmt" func swap[A any, B any](a A, b B) (B, A) { return b, a } func main() { a, _ := swap(1, "Hello world") fmt.Println(a) } // Output // Hello world // //Program exited. ``` [https://go.dev/play/p/VotqVWcuonC](https://go.dev/play/p/VotqVWcuonC) 并没有发现这种情况
-
评论了主题 程序媛的工作日常,上班第一天我就做这个?!``` 0x00. 六险一金 0x01. 955 0x02. 期权大礼包 0x03. 全额公积金 ```
-
评论了博文 关于go工程化,模块化,项目目录划分的一些问题看你是微服务还是巨石架构,巨石的话可以看看站长的: https://github.com/studygolang/studygolang
-
评论了主题 Go语言爱好者周刊:第 99 期CodePerfect 95 还在Beta居然还收5/刀 一个月,怎么想的。