Migrate to github

This commit is contained in:
Miguel de la Cruz 2022-08-11 19:13:42 +02:00
parent e399d1e547
commit a2938fffce
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Foundation
A set of helpers to help to create and manage database migration tests.
A framework to write simple database migration tests.
## Install
```
go get git.ctrlz.es/mgdelacroix/foundation
go get github.com/mgdelacroix/foundation
```
## Usage

2
go.mod
View File

@ -1,4 +1,4 @@
module git.ctrlz.es/mgdelacroix/foundation
module github.com/mgdelacroix/foundation
go 1.18