Fix: import fmt
parent
a7a19b5bee
commit
f71adb9d2c
|
@ -6,6 +6,7 @@ package python3
|
|||
*/
|
||||
import "C"
|
||||
import (
|
||||
"fmt"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue