central_api_gateway_event/event/event_test.go

7 lines
81 B
Go
Raw Normal View History

2017-05-20 09:48:36 +00:00
package event
import "testing"
func TestDefault(t *testing.T) {
t.Log("aaa")
}