Skip to content

The collection of small common packages for the webpa project.

License

Notifications You must be signed in to change notification settings

JC000/webpa-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:Comcast/webpa-common.git

4) Get Dependencies

cd webpa-common
glide install --strip-vendor

5) Try running the tests!

./test.sh

About

The collection of small common packages for the webpa project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%