Fix document

This commit is contained in:
Deyuan Deng 2015-02-11 17:33:13 -05:00
parent acbd2d3eac
commit 550b950411
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,8 @@ var (
Namespace: "my_company", Namespace: "my_company",
Subsystem: "storage", Subsystem: "storage",
Name: "documents_total_size_bytes", Name: "documents_total_size_bytes",
Help: "The total size of all documents in the storage."}}) Help: "The total size of all documents in the storage.",
})
) )
func main() { func main() {
@ -50,4 +51,3 @@ func init() {
# Documentation # Documentation
[![GoDoc](https://godoc.org/github.com/prometheus/client_golang?status.png)](https://godoc.org/github.com/prometheus/client_golang) [![GoDoc](https://godoc.org/github.com/prometheus/client_golang?status.png)](https://godoc.org/github.com/prometheus/client_golang)