Update all README files with new major versions

This commit is contained in:
Juan Calderon-Perez
2023-08-23 00:05:48 -04:00
parent 9570205b8a
commit 9d99e7dd5b
18 changed files with 35 additions and 35 deletions

View File

@@ -37,13 +37,13 @@ go mod init github.com/<user>/<repo>
```
And then install the mysql implementation:
```bash
go get github.com/gofiber/storage/arangodb
go get github.com/gofiber/storage/arangodb/v2
```
### Examples
Import the storage package.
```go
import "github.com/gofiber/storage/arangodb"
import "github.com/gofiber/storage/arangodb/v2"
```
You can use the following possibilities to create a storage: