Golang OAuth2 Server Example 基于Beego的OAuth2服务端/客户端范例 获取 $ go get github.com/go-oauth2/example.v1/... 运行服务端 $ cd $GOPATH/src/github.com/go-oauth2/example.v1/server $ bee run 运行客户端 $ cd $GOPATH/src/github.com/go-oauth2/example.v1/client $ bee run 打开链接 http://localhost:9092/