Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 665 Bytes

dev-env.md

File metadata and controls

20 lines (13 loc) · 665 Bytes

Setup Development Environment

Installing Dependencies

libopenstorage is written in the Go programming language. If you haven't set up a Go development environment, please follow these instructions to install golang and set up GOPATH.

go get -u github.com/go-swagger/go-swagger/cmd/swagger
go get -u github.com/golang/mock/gomock
go get -u github.com/golang/mock/mockgen

The install also requires jq so depending on your distro you'll have to install that too.