Skip to content

Commit

Permalink
chore: mockstorage id/title
Browse files Browse the repository at this point in the history
  • Loading branch information
sixcolors committed Jun 3, 2024
1 parent 2ce70bc commit 024059f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mockstorage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: memory
title: Memory
id: mockstorage
title: MockStorage
---


Expand Down Expand Up @@ -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>
```
Expand Down

0 comments on commit 024059f

Please sign in to comment.