You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/makistsantekidis/argo-web-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/makistsantekidis/argo-web-api

v0.0.0-20151029104824-33a657db1e84
Source
Go
Version published
Created
Source

Build Status

EGI Availability & Reliability API

Development

  • Install Golang and bzr library

  • Create a new work space:

     mkdir ~/go-workspace
     export GOPATH=~/go-workspace
    

You may add the last export line into the ~/.bashrc or the ~/.bash_profile file to have GOPATH environment variable properly setup upon every login.

  • Get the latest version and all dependencies:

     go get github.com/ARGOeu/argo-web-api
    
  • To build the service use the following command:

     go build
    
  • To run the service use the following command:

     ./argo-web-api
    

For a list of options use the following command:

    ./argo-web-api -h

6. To run the unit-tests:

    go test ./...

7. To generate and serve godoc (@port 6060)

    godoc -http=:6060

FAQs

Package last updated on 29 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts