Include link to generated API documentation.

Include mailing list.
This commit is contained in:
Matt T. Proud 2013-03-28 10:44:20 +01:00
parent 552bef44bd
commit e47bd1785d
1 changed files with 7 additions and 1 deletions

View File

@ -66,6 +66,12 @@ representation thereof. For instance, if a values therein is requested,
it may situationally emit a minimum, maximum, an average, or any other
reduction mechanism requested.
# Getting Started
* The source code is periodically indexed: [Go Exposition Client](http://godoc.org/github.com/prometheus/client_golang).
* All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
# Testing
This package employs [gocheck](http://labix.org/gocheck) for testing. Please
ensure that all tests pass by running the following from the project root:
@ -73,4 +79,4 @@ ensure that all tests pass by running the following from the project root:
$ go test ./...
The use of gocheck is summarily being phased out; however, old tests that use it
still exist.
still exist.