随笔分类 -  Go

摘要: 阅读全文
posted @ 2022-08-18 15:05 Zhentiw 阅读(8) 评论(0) 推荐(0) 编辑
摘要:wget https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.6.2.linux-amd64.tar.gz echo "export GOPATH=~/go" 阅读全文
posted @ 2022-05-25 02:29 Zhentiw 阅读(120) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2019-12-03 01:22 Zhentiw 阅读(1) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2019-12-03 01:21 Zhentiw 阅读(1) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2019-12-03 01:08 Zhentiw 阅读(1) 评论(0) 推荐(0) 编辑
摘要:It is recommended to use 'slice' over 'Array'. An array variable denotes the entire array; it is not a pointer to the first array element (as would be 阅读全文
posted @ 2019-11-12 15:52 Zhentiw 阅读(110) 评论(0) 推荐(0) 编辑
摘要:Returning multiple values from a function is a common idiom in Go, most often used for returning values along with potential errors. We'll go over how 阅读全文
posted @ 2019-04-02 18:19 Zhentiw 阅读(146) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示