hugo mod init

This commit is contained in:
Drew Bowering 2025-05-05 14:16:01 -06:00
parent 1cbfe28e0e
commit 80a3c96283
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.brds.ca/drew/web
go 1.24.2