chore: mockstorage id/title

This commit is contained in:
Jason McNeil
2024-06-03 15:31:35 -03:00
parent 2ce70bcb0e
commit 024059f926

View File

@@ -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>
```