From 58e0952a9cc1c1ef4ed677212b819fd4b518f467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thilo=20Karra=C3=9F?= Date: Wed, 28 Oct 2020 11:32:08 +0100 Subject: [PATCH] fix import path --- cure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cure.go b/cure.go index 6fed1b3..4f7ddcb 100644 --- a/cure.go +++ b/cure.go @@ -1,7 +1,7 @@ // Common Uniform Rest Endpoint // // This is a library to access REST endpoints in a simplified way. -package cure // import "udico.de/cure" +package cure // import "udico.de/uditaren/cure" import ( "bytes" "context"