Fix: import fmt

master
Rémi Calixte 2018-12-07 11:51:35 -05:00
parent a7a19b5bee
commit f71adb9d2c
No known key found for this signature in database
GPG Key ID: 9D8CE6B3C11285A0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ package python3
*/
import "C"
import (
"fmt"
"unsafe"
)