summaryrefslogtreecommitdiff
path: root/exports
diff options
context:
space:
mode:
Diffstat (limited to 'exports')
-rw-r--r--exports/exports.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/exports/exports.go b/exports/exports.go
index 2532dc4..87ce331 100644
--- a/exports/exports.go
+++ b/exports/exports.go
@@ -14,9 +14,10 @@ static int call_callback(PythonCB callback, const char *name, int oldstate, int
import "C"
import (
+ "unsafe"
+
"github.com/eduvpn/eduvpn-common/internal/log"
"github.com/go-errors/errors"
- "unsafe"
"github.com/eduvpn/eduvpn-common/client"
)