mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-25 05:02:23 +00:00
Update main.go
This commit is contained in:
parent
033064f77d
commit
83c8fc3f9d
@ -5,7 +5,7 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"net/rpc"
|
"net/rpc"
|
||||||
|
|
||||||
"github.com/chai2010/advanced-go-programming-book/vendor/gobook.examples/ch4-01-rpc-inro/hello-service-v2/api"
|
"gobook.examples/ch4-01-rpc-intro/hello-service-v2/api"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HelloService struct{}
|
type HelloService struct{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user