telegraf/plugins/statsd/statsd_test.go

12 lines
115 B
Go
Raw Normal View History

package statsd
import (
"testing"
)
func TestListen(t *testing.T) {
if false {
t.Errorf("Test failed!")
}
}