commit 8adf1bd4c84957d0c5e5c4158fca7f4c482cf224 Author: Gabriel De Los Rios Date: Fri Oct 31 20:21:53 2025 -0300 Initial commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cc4095c --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitea.gabilandia.com/gabdlr/agenda-web-go + +go 1.25.1