1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 20:52:22 +00:00

Update main.go

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

View File

@ -4,7 +4,7 @@ import (
"fmt"
"log"
"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{}