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 # 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
View file

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