agent/agent_test.go
2017-05-11 19:29:32 +09:00

7 lines
77 B
Go

package main
import "testing"
func TestFFF(t *testing.T) {
t.Log("aaaa")
}