From 3263a6fb3719148358ce11b3c744508451d6e1a6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Dec 2022 13:30:18 +0100 Subject: Format: Run gofumpt --- exports/exports.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exports') 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" ) -- cgit v1.2.3