Migrate to github
This commit is contained in:
parent
e399d1e547
commit
a2938fffce
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Foundation
|
# Foundation
|
||||||
|
|
||||||
A set of helpers to help to create and manage database migration tests.
|
A framework to write simple database migration tests.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
go get git.ctrlz.es/mgdelacroix/foundation
|
go get github.com/mgdelacroix/foundation
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module git.ctrlz.es/mgdelacroix/foundation
|
module github.com/mgdelacroix/foundation
|
||||||
|
|
||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue