rename golang to go

This commit is contained in:
2026-03-17 17:25:47 -03:00
parent 0fcb8ce473
commit ea3633518a
18 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module MPPOS
go 1.25.7
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
)