mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
chore: mockstorage id/title
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: memory
|
||||
title: Memory
|
||||
id: mockstorage
|
||||
title: MockStorage
|
||||
---
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ func SetCustomFuncs(custom *CustomFuncs)
|
||||
```
|
||||
|
||||
### Installation
|
||||
Mockstorage is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:
|
||||
MockStorage is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:
|
||||
```bash
|
||||
go mod init github.com/<user>/<repo>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user