Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 253 Bytes

File metadata and controls

6 lines (5 loc) · 253 Bytes

BioGRID-API-COMMON

This repository contains a number of standalone common tools for API components.

How to Test

  1. Run dep ensure from this repository root to obtain all dependencies.
  2. Run gotest -v -count=1 -p=1 ./... to run the test suite.