Skip to content

Commit 430072f

Browse files
committed
try fix ci
1 parent b22933c commit 430072f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

global_data.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ type globalData struct {
7575

7676
var (
7777
global *globalData
78-
once sync.Once
7978
)
8079

8180
func getGlobalData() *globalData {

python.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package gp
22

33
/*
4-
#cgo pkg-config: python-3.12-embed
4+
#cgo pkg-config: python3-embed
55
#include <Python.h>
66
*/
77
import "C"

0 commit comments

Comments
 (0)