/webpa-common

The collection of small common packages for the webpa project.

Primary LanguageGoApache License 2.0Apache-2.0

webpa-common

Build Status codecov.io Go Report Card

Environment Setup Instructions

Assumptions:

1) Set up a new workspace (Optional, skip to step 2 if you want to edit webpa-common in your existing workspace)

newWorkSpace=~/xmidt   #this can be any path you want
export GOPATH=$newWorkSpace

2) Create necessary path

mkdir -p $GOPATH/github.com/Comcast

3) Clone repo

cd $GOPATH/github.com/Comcast
git clone git@github.com:Comcast/webpa-common.git

4) Get Dependencies

cd webpa-common
glide install --strip-vendor

5) Try running the tests!

./test.sh