Change the project layout

This commit is contained in:
Nicholas Keller
2026-07-28 11:02:29 -04:00
parent e55ea4df7b
commit 432a156403
11 changed files with 112 additions and 28 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch file",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "main.go"
}
]
}