estruturando a arquitetura de pasta

This commit is contained in:
2026-07-14 18:54:30 -03:00
commit 92d0e42418
5 changed files with 9 additions and 0 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
module controle-de-estoque
go 1.26.5
+6
View File
@@ -0,0 +1,6 @@
// main.go
package main
func main() {
}
View File
View File