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

Merge pull request #227 from fuwensun/pr2-9-1

fix import path
This commit is contained in:
chai2010 2018-08-06 07:40:59 +08:00 committed by GitHub
commit a741673b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import "C"
import ( import (
"fmt" "fmt"
_ "github.com/chai2010/advanced-go-programming-book/examples/ch2-06/make-clib-from-multi-pkg/number" _"gobook.examples/ch2-09-so-and-lib/make-clib-from-multi-pkg/number"
) )
func main() { func main() {