commit eef1c3c38d675cb40f57b0517f1abd92e0eb5783 Author: Elijah Duffy Date: Fri May 30 16:24:04 2025 -0700 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..71fd175 --- /dev/null +++ b/README.md @@ -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. diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..07ef045 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitea.auvem.com/go-toolkit/migrate + +go 1.24.0