1
0
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:
sfw 2018-08-12 11:31:23 +08:00
parent 7dce022ce2
commit 5ae7ddaee3
4 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"google.golang.org/grpc"
hs "gobook.examples/ch4-04/02/HelloService"
hs "ch4-04/02/HelloService"
)
func main() {

View File

@ -8,7 +8,7 @@ import (
"google.golang.org/grpc"
hs "gobook.examples/ch4-04/02/HelloService"
hs "ch4-04/02/HelloService"
)
type HelloServiceImpl struct{}