mirror of https://github.com/go-python/gopy.git
final update of goki -> go-python -- my pass should be complete here and now just awaiting final review for PR merge.
This commit is contained in:
parent
ec3f125415
commit
780132b629
|
@ -7,7 +7,7 @@ package funcs
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/goki/gopy/_examples/cpkg"
|
||||
"github.com/go-python/gopy/_examples/cpkg"
|
||||
)
|
||||
|
||||
type FunStruct struct {
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
2
gen.go
2
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"
|
||||
)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/goki/gopy/bind"
|
||||
"github.com/go-python/gopy/bind"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue