go 学习

收录了 2 篇文章 · 0 人关注

  • 120
    Go 系列教程 —— 33. 函数是一等公民(头等函数)

    ![custom errors](https://raw.githubusercontent.com/studygolang/gctt-images/master/golang-series/first-class-functions-golang.png) 欢迎来到 [Golang 系列教程](https://studygolang.com/subject/2)的第 33 篇。 ## 什么是头等函数? **支持头等函数(First Class Function)的编程语言,可...

  • 在 Golang 中使用 Protobuf

    wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gztar zxvf protobuf-2.6.1.tar.gz cd protobuf-2.6.1./configure make make install protoc -h go get github.com/golang/protobuf/protoc-gen-go cd github.com/golang/protobu...