mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-28 23:42:21 +00:00
add fixed ch4-04/02
This commit is contained in:
parent
7dce022ce2
commit
5ae7ddaee3
@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
|
|
||||||
hs "gobook.examples/ch4-04/02/HelloService"
|
hs "ch4-04/02/HelloService"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
|
|
||||||
hs "gobook.examples/ch4-04/02/HelloService"
|
hs "ch4-04/02/HelloService"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HelloServiceImpl struct{}
|
type HelloServiceImpl struct{}
|
Loading…
x
Reference in New Issue
Block a user