collector_go/collector_test.go

8 lines
76 B
Go
Raw Normal View History

2017-04-13 03:43:39 +00:00
package collector_go
2017-05-11 09:34:47 +00:00
import "testing"
2017-04-13 03:43:39 +00:00
2017-05-11 09:34:47 +00:00
func TestCollect(t *testing.T) {
2017-04-17 08:20:21 +00:00
2017-04-25 03:14:15 +00:00
}