1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

Update main.go

This commit is contained in:
wahaha 2018-08-05 17:09:27 +08:00 committed by GitHub
parent 033064f77d
commit 83c8fc3f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import (
"net"
"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{}