Command line tool for wso2 API manager
##Setting UP GO
###Running App
- download go from here
- Install anywhere and export path (example
..../go/bin
)- Set Workspace by setting environment variable named
GOPATH
(example in linux exportGOPATH
= your favourite directory)- Get the app by executing
go get github.com/vinujan/APIManagerCLI
insideGOPATH
directory- built the application by
go install github.com/vinujan/APIManagerCLI
- run the
app
inside bin directory insideGOPATH
###Library used