No description
Find a file
Ruidy 4d6e35c4cb
feat: initialize Go project with basic setup
Add initial project files:
- .air.toml for live reload configuration
- .gitignore for temporary and environment files
- go.mod with module and Go version
- main.go with a simple Hello World program

This sets up the foundation for further development.
2025-08-01 16:31:29 +02:00
.air.toml feat: initialize Go project with basic setup 2025-08-01 16:31:29 +02:00
.gitignore feat: initialize Go project with basic setup 2025-08-01 16:31:29 +02:00
go.mod feat: initialize Go project with basic setup 2025-08-01 16:31:29 +02:00
main.go feat: initialize Go project with basic setup 2025-08-01 16:31:29 +02:00