mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2025-06-24 00:42:26 +00:00
Fix project import path
This commit is contained in:
@ -1,11 +1,11 @@
|
||||

|
||||
|
||||
[](https://goreportcard.com/report/github.com/partitio/gonextcloud)
|
||||
[](https://goreportcard.com/report/gitlab.adphi.fr/partitio/Nextcloud-Partitio/gonextcloud)
|
||||
|
||||
# gonextcloud
|
||||
|
||||
```go
|
||||
import "github.com/partitio/gonextcloud/client"
|
||||
import "gitlab.adphi.fr/partitio/Nextcloud-Partitio/gonextcloud/client"
|
||||
```
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/partitio/gonextcloud"
|
||||
"gitlab.adphi.fr/partitio/Nextcloud-Partitio/gonextcloud"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@ -280,7 +280,7 @@ type Routes struct {
|
||||
# types
|
||||
|
||||
```go
|
||||
import "github.com/partitio/gonextcloud/types"
|
||||
import "gitlab.adphi.fr/partitio/Nextcloud-Partitio/gonextcloud/types"
|
||||
```
|
||||
|
||||
#### type APIError
|
||||
|
Reference in New Issue
Block a user