mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 12:32:21 +00:00
fix import path
This commit is contained in:
parent
ec669e8389
commit
02d5d1ff4b
@ -8,7 +8,7 @@ import "C"
|
||||
import (
|
||||
"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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user