test
This commit is contained in:
snoop 2017-05-20 18:48:36 +09:00
parent 759bd8af27
commit 92e8bed70e
2 changed files with 7 additions and 10 deletions

7
event/event_test.go Normal file
View File

@ -0,0 +1,7 @@
package event
import "testing"
func TestDefault(t *testing.T) {
t.Log("aaa")
}

View File

@ -7,16 +7,6 @@ import (
)
type DiscoveryServerImpl struct {
}
func (d *DiscoveryServerImpl)Event(c context.Context,de *gt.DiscoveryEvent) (*gt.Empty, error) {
et := &gt.Empty{}
return et, nil
}
type TaskResultServerImpl struct {