文件名称:stella:Stella是面向小型组织的图书馆管理系统
文件大小:19.98MB
文件格式:ZIP
更新时间:2024-06-03 21:21:10
JavaScript
斯特拉计划 先决条件 安装protoc-gen-go go get -u github.com/golang/protobuf/protoc-gen-go 安装protoc-gen-grpc-web npm install -g protoc-gen-grpc-web 为每个服务Dep安装并运行 brew install dep dep ensure 入门 安装golang $ brew install golang $ export GOPATH= $HOME /golang # or any place you want. You may also want to put that in .zshrc or .bashrc $ mkdir -p $GOPATH /src/github.com/Buzzvil $ cd $GOPATH /src/github.com/Buzzv