From 7e4494256a08f585523e01b1bbc51f41ff4e2b95 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 26 Sep 2022 14:50:22 +0200 Subject: Refactor: Errors into custom export types and expose types --- internal/log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/log/log.go') diff --git a/internal/log/log.go b/internal/log/log.go index d6a7373..c0e9c7d 100644 --- a/internal/log/log.go +++ b/internal/log/log.go @@ -6,7 +6,7 @@ import ( "os" "path" - "github.com/eduvpn/eduvpn-common/internal/types" + "github.com/eduvpn/eduvpn-common/types" "github.com/eduvpn/eduvpn-common/internal/util" ) -- cgit v1.2.3