摘要:
看到一篇文章讲的很直白 函数内可以访问函数外的变量,就是一种闭包。至于含有return,因为需要给外面用,与是不是闭包没关系。 func F3(f func(int, int), a, b int) func() { //var a,b int tmp := func() { f(a, b) } r 阅读全文
摘要:
部署环境 go env -w GO111MODULE=on go get -u -v github.com/nsf/gocode go get -u -v github.com/rogpeppe/godef go get -u -v github.com/golang/lint/golint go 阅读全文
摘要:
VSCode_Go扩展包拉去失败 fatal: unable to access 'https://github.com/davecgh/go-spew/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 阅读全文