agent/agent_test.go

7 lines
77 B
Go
Raw Normal View History

2017-05-11 10:29:32 +00:00
package main
import "testing"
func TestFFF(t *testing.T) {
t.Log("aaaa")
}