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 --- state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state_test.go') diff --git a/state_test.go b/state_test.go index a557a4c..5647b12 100644 --- a/state_test.go +++ b/state_test.go @@ -14,7 +14,7 @@ import ( httpw "github.com/eduvpn/eduvpn-common/internal/http" "github.com/eduvpn/eduvpn-common/internal/oauth" "github.com/eduvpn/eduvpn-common/internal/server" - "github.com/eduvpn/eduvpn-common/internal/types" + "github.com/eduvpn/eduvpn-common/types" ) func ensureLocalWellKnown() { -- cgit v1.2.3