central_api_gateway_event/event/event_test.go
snoop 92e8bed70e added
test
2017-05-20 18:48:36 +09:00

7 lines
81 B
Go

package event
import "testing"
func TestDefault(t *testing.T) {
t.Log("aaa")
}