fix import path

This commit is contained in:
Thilo Karraß 2020-10-28 11:32:08 +01:00
parent 1e50eef242
commit 58e0952a9c

View File

@ -1,7 +1,7 @@
// Common Uniform Rest Endpoint // Common Uniform Rest Endpoint
// //
// This is a library to access REST endpoints in a simplified way. // 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 ( import (
"bytes" "bytes"
"context" "context"