Fix import typo

This commit is contained in:
Philippe-Adrien Nousse 2018-07-09 13:37:44 +02:00
parent 8230c87476
commit 3ed717b836
2 changed files with 4 additions and 0 deletions

View File

@ -35,7 +35,9 @@ A simple Client for Nextcloud's API in Go.
# client
--
```go
import "github.com/partitio/gonextcloud/client"
```
## Usage

View File

@ -1,6 +1,8 @@
# client
--
```go
import "github.com/partitio/gonextcloud/client"
```
## Usage