mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-29 08:12:21 +00:00
commit
99e88e9976
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/chai2010/advanced-go-programming-book/examples/ch4-01-rpc-inro/hello-service-v2/api"
|
||||
"gobook.examples/ch4-01-rpc-intro/hello-service-v2/api"
|
||||
)
|
||||
|
||||
type HelloService struct{}
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"net"
|
||||
"net/rpc"
|
||||
|
||||
"github.com/chai2010/advanced-go-programming-book/examples/ch4-01-rpc-inro/hello-service-v2/api"
|
||||
"gobook.examples/ch4-01-rpc-intro/hello-service-v2/api"
|
||||
)
|
||||
|
||||
type HelloService struct{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user