fix import path
This commit is contained in:
parent
1e50eef242
commit
58e0952a9c
2
cure.go
2
cure.go
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user