Godep update: gopsutil

This commit is contained in:
Cameron Sparr
2015-11-10 14:59:01 -07:00
parent acf9c1141a
commit 92fb51026a
44 changed files with 2503 additions and 281 deletions

View File

@@ -39,7 +39,7 @@ func MockBatchPoints() client.BatchPoints {
// Create a point and add to batch
tags := map[string]string{"tag1": "value1"}
fields := map[string]interface{}{"value": 1.0}
pt := client.NewPoint("test_point", tags, fields)
pt, _ := client.NewPoint("test_point", tags, fields)
bp.AddPoint(pt)
return bp