Initial commit

This commit is contained in:
Miguel de la Cruz 2022-08-09 18:46:57 +02:00
commit 82099bfbf1
2 changed files with 6 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Foundation
A set of helpers to help to create and manage database migration tests.

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.ctrlz.es/mgdelacroix/foundation
go 1.18