diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-12 13:30:18 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-12-12 13:39:21 +0100 |
| commit | 3263a6fb3719148358ce11b3c744508451d6e1a6 (patch) | |
| tree | d9661922d9522eff4051db816036cda88aefe6ac /exports | |
| parent | 7aca778d6433373b5c65d4172b28a4461239e3f8 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/exports.go | 3 |
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" ) |
