From 780132b6296aef5441146d99d07d8d8f972061e5 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Wed, 12 Jun 2019 03:02:27 -0600 Subject: [PATCH] final update of goki -> go-python -- my pass should be complete here and now just awaiting final review for PR merge. --- _examples/funcs/funcs.go | 2 +- bind/gen.go | 2 +- cmd_build.go | 2 +- cmd_exe.go | 2 +- cmd_gen.go | 2 +- cmd_pkg.go | 2 +- gen.go | 2 +- main_test.go | 2 +- pkgsetup.go | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_examples/funcs/funcs.go b/_examples/funcs/funcs.go index 7923de6..baac011 100644 --- a/_examples/funcs/funcs.go +++ b/_examples/funcs/funcs.go @@ -7,7 +7,7 @@ package funcs import ( "fmt" - "github.com/goki/gopy/_examples/cpkg" + "github.com/go-python/gopy/_examples/cpkg" ) type FunStruct struct { diff --git a/bind/gen.go b/bind/gen.go index 479464c..02dcd79 100644 --- a/bind/gen.go +++ b/bind/gen.go @@ -86,7 +86,7 @@ static inline void gopy_err_handle() { */ import "C" import ( - "github.com/goki/gopy/gopyh" // handler + "github.com/go-python/gopy/gopyh" // handler %[6]s ) diff --git a/cmd_build.go b/cmd_build.go index a6d18f5..2509484 100644 --- a/cmd_build.go +++ b/cmd_build.go @@ -11,7 +11,7 @@ import ( "os/exec" "strings" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" "github.com/gonuts/commander" "github.com/gonuts/flag" ) diff --git a/cmd_exe.go b/cmd_exe.go index d43d937..0626861 100644 --- a/cmd_exe.go +++ b/cmd_exe.go @@ -11,7 +11,7 @@ import ( "path/filepath" "strings" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" "github.com/gonuts/commander" "github.com/gonuts/flag" ) diff --git a/cmd_gen.go b/cmd_gen.go index cc9ed58..3edd1e9 100644 --- a/cmd_gen.go +++ b/cmd_gen.go @@ -8,7 +8,7 @@ import ( "fmt" "log" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" "github.com/gonuts/commander" "github.com/gonuts/flag" ) diff --git a/cmd_pkg.go b/cmd_pkg.go index 846e26e..71ad969 100644 --- a/cmd_pkg.go +++ b/cmd_pkg.go @@ -11,7 +11,7 @@ import ( "path/filepath" "strings" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" "github.com/gonuts/commander" "github.com/gonuts/flag" ) diff --git a/gen.go b/gen.go index ac54062..1af8513 100644 --- a/gen.go +++ b/gen.go @@ -18,7 +18,7 @@ import ( "golang.org/x/tools/go/packages" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" "github.com/pkg/errors" ) diff --git a/main_test.go b/main_test.go index 8553bba..1b28f40 100644 --- a/main_test.go +++ b/main_test.go @@ -17,7 +17,7 @@ import ( "strings" "testing" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" ) var ( diff --git a/pkgsetup.go b/pkgsetup.go index 0369527..eb27dd7 100644 --- a/pkgsetup.go +++ b/pkgsetup.go @@ -9,7 +9,7 @@ import ( "os" "path/filepath" - "github.com/goki/gopy/bind" + "github.com/go-python/gopy/bind" ) // 1 = pkg name, 2 = -user, 3 = version 4 = author, 5 = email, 6 = desc, 7 = url