feat: start project

initialize go.mod file
This commit is contained in:
Vinicius Souza 2024-08-08 14:44:58 +00:00
commit fe480828f4

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module forgejo.home.viniciussouza.me/learning/go-react-server
go 1.22.2