Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.
/ track Public archive

Tracks user actions and API calls in Web applications that use Go and AngularJS (with Angular UI Router).

Notifications You must be signed in to change notification settings

sourcegraph/track

Repository files navigation

track

Build Status status xrefs funcs top func library users

Track tracks user actions and API calls in Web applications that use Go and AngularJS (with Angular UI Router).

Running tests

  1. Create the test database schema. Set the environment vars PGHOST, PGUSER, PGDATABASE, etc., so that running psql alone opens a DB prompt.
  2. Run go test -test.initdb

After running the tests with -test.initdb, you can omit the flag on future runs. To drop the DB schema, run go test -test.dropdb.

About

Tracks user actions and API calls in Web applications that use Go and AngularJS (with Angular UI Router).

Resources

Stars

Watchers

Forks

Packages

No packages published