From f71adb9d2c4b47d08e5bb656855410f0304f191d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Fri, 7 Dec 2018 11:51:35 -0500 Subject: [PATCH] Fix: import fmt --- high_level_layer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/high_level_layer.go b/high_level_layer.go index a27220e..d1844d7 100644 --- a/high_level_layer.go +++ b/high_level_layer.go @@ -6,6 +6,7 @@ package python3 */ import "C" import ( + "fmt" "unsafe" )