11# go-python: Write Python in Go - The most intuitive Python wrapper for Golang
22
3- [ ![ Build Status] ( https://github.com/cpunion/go-python /actions/workflows/go.yml/badge.svg )] ( https://github.com/cpunion/go-python /actions/workflows/go.yml )
3+ [ ![ Build Status] ( https://github.com/gotray/got /actions/workflows/go.yml/badge.svg )] ( https://github.com/gotray/got /actions/workflows/go.yml )
44[ ![ Coverage Status] ( https://codecov.io/github/cpunion/go-python/graph/badge.svg?token=DLVMvjAOFM )] ( https://codecov.io/github/cpunion/go-python )
55![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/cpunion/go-python )
66[ ![ GitHub commits] ( https://badgen.net/github/commits/cpunion/go-python )] ( https://GitHub.com/Naereen/cpunion/go-python/commit/ )
7- [ ![ GitHub release] ( https://img.shields.io/github/v/tag/cpunion/go-python.svg?label=release )] ( https://github.com/cpunion/go-python /releases )
8- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/cpunion/go-python )] ( https://goreportcard.com/report/github.com/cpunion/go-python )
9- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/cpunion/go-python .svg )] ( https://pkg.go.dev/github.com/cpunion/go-python )
7+ [ ![ GitHub release] ( https://img.shields.io/github/v/tag/cpunion/go-python.svg?label=release )] ( https://github.com/gotray/got /releases )
8+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gotray/got )] ( https://goreportcard.com/report/github.com/gotray/got )
9+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/gotray/got .svg )] ( https://pkg.go.dev/github.com/gotray/got )
1010
1111## Goal
1212
@@ -57,7 +57,7 @@ See the [examples](demo).
5757``` go
5858package main
5959
60- import . " github.com/cpunion/go-python "
60+ import . " github.com/gotray/got "
6161
6262func main () {
6363 Initialize ()
@@ -75,7 +75,7 @@ func main() {
7575``` go
7676package main
7777
78- import . " github.com/cpunion/go-python "
78+ import . " github.com/gotray/got "
7979
8080type plt struct {
8181 Module
@@ -113,7 +113,7 @@ package foo
113113import (
114114 " fmt"
115115
116- . " github.com/cpunion/go-python "
116+ . " github.com/gotray/got "
117117)
118118
119119type Point struct {
@@ -165,8 +165,8 @@ package main
165165import (
166166 " fmt"
167167
168- . " github.com/cpunion/go-python "
169- " github.com/cpunion/go-python /demo/module/foo"
168+ . " github.com/gotray/got "
169+ " github.com/gotray/got /demo/module/foo"
170170)
171171
172172func main () {
@@ -235,7 +235,7 @@ import (
235235 " fmt"
236236 " os"
237237
238- . " github.com/cpunion/go-python "
238+ . " github.com/gotray/got "
239239)
240240
241241/*
0 commit comments