crawler_manager_go/crawler_manager_test.go
2017-04-13 11:53:00 +09:00

21 lines
229 B
Go

package crawler_manager
import (
"testing"
//grpc1 "google.golang.org/grpc"
)
func TestAdd(t *testing.T) {
CallAdd();
}
func TestCallInit(t *testing.T) {
CallInit()
}
func TestCallRemove(t *testing.T) {
CallRemove()
}