moved main.go to cmd folder per best practice

This commit is contained in:
James Tombleson 2024-04-20 16:45:57 -07:00
parent a2e740eefd
commit 439c8ed733
3 changed files with 2 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "main.go"
"program": "cmd/main.go"
}
]
}

View File

@ -3,6 +3,7 @@
"echojwt",
"glebarez",
"gocook",
"godotenv",
"huandu",
"labstack",
"sqlbuilder"