From 2252135fadb8c579ad27345e3203be755130e3cd Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 20 Jun 2022 15:20:18 +0200 Subject: Refactor: Errors to have one custom type that is to be wrapped - For this an `internal/types` package is created with a custom error type - This custom error type can give back the cause and traceback of an error --- exports/exports.go | 1 + 1 file changed, 1 insertion(+) (limited to 'exports') diff --git a/exports/exports.go b/exports/exports.go index 2139254..79b3606 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -17,6 +17,7 @@ import ( "errors" "fmt" "unsafe" + "github.com/jwijenbergh/eduvpn-common" ) -- cgit v1.2.3