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

Appmon tracks API calls in Web applications that use Go.

Notifications You must be signed in to change notification settings

sourcegraph/appmon

Repository files navigation

appmon

Build Status status xrefs funcs top func library users

Appmon tracks API calls in Web applications that use Go.

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.initschema to create the DB schema.

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

About

Appmon tracks API calls in Web applications that use Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages