Skip to content

The collection of small common packages for the webpa project.

License

Notifications You must be signed in to change notification settings

diogoViana95/webpa-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpa-common

Build Status codecov.io Code Climate Issue Count Go Report Card Apache V2 License GitHub release

Table of Contents

Code of Conduct

This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.

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/xmidt-org

3) Clone repo

cd $GOPATH/github.com/xmidt-org
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

Contributing

Refer to CONTRIBUTING.md.

About

The collection of small common packages for the webpa project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%