initial commit

This commit is contained in:
Elijah Duffy
2025-05-30 16:24:04 -07:00
commit eef1c3c38d
2 changed files with 8 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# migrate
migrate provides several [app.Module](https://gitea.auvem.com/go-toolkit/app) configurations to handle basic boilerplate. Built around the [goose](https://github.com/pressly/goose) database migration tool.
See migrate/cmd for ready-made [Cobra](https://github.com/spf13/cobra) commands.

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module gitea.auvem.com/go-toolkit/migrate
go 1.24.0