Skip to content

pombredanne/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