package test /* #cgo pkg-config: python3 #include #include */ import "C" import ( "fmt" "os" ) func main() { fmt.Printf() os.Rename() C }