Update module name to match new repository URL

Renamed the Go module to align with the updated repository path for better clarity and organization. This ensures consistency across the project and prevents potential import conflicts.
This commit is contained in:
Steve Dudenhoeffer 2025-02-21 18:42:10 -05:00
parent 6c30fdf4d8
commit 87c68f0129

2
go.mod
View File

@ -1,4 +1,4 @@
module answer
module gitea.stevedudenhoeffer.com/steve/answer
go 1.23.2