mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-27 23:12:20 +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"
|
||||
|
||||
hs "gobook.examples/ch4-04/02/HelloService"
|
||||
hs "ch4-04/02/HelloService"
|
||||
)
|
||||
|
||||
func main() {
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
"google.golang.org/grpc"
|
||||
|
||||
hs "gobook.examples/ch4-04/02/HelloService"
|
||||
hs "ch4-04/02/HelloService"
|
||||
)
|
||||
|
||||
type HelloServiceImpl struct{}
|
Loading…
x
Reference in New Issue
Block a user