Skip to content

Commit

Permalink
Merge pull request rcrowley#146 from buaazp/master
Browse files Browse the repository at this point in the history
Fix improt package missing in README
  • Loading branch information
mihasya authored Sep 14, 2016
2 parents 27c397f + 8ffdf55 commit 6ee5318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ issues [#121](https://github.com/rcrowley/go-metrics/issues/121) and
[#124](https://github.com/rcrowley/go-metrics/issues/124) for progress and details.

```go
import "github.com/rcrowley/go-metrics/influxdb"
import "github.com/vrischmann/go-metrics-influxdb"

go influxdb.Influxdb(metrics.DefaultRegistry, 10e9, &influxdb.Config{
Host: "127.0.0.1:8086",
Expand Down

0 comments on commit 6ee5318

Please sign in to comment.