Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 244 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 244 Bytes

编译方法:

  • 在GOPATH下的src目录下执行:
git clone https://github.com/huangyuqi/ubernetes.git
  • 安装godep
  • 切换到编译目录
cd ubernetes/cmd/ube-apiserver
  • 在该目录下执行
godep go build