Massive architectural rework
This commit massively overhauls the project's structure to simplify development. Most parts are now correctly compartmentalized and dependencies are passed in a sane way rather than global variables galore xd.
This commit is contained in:
19
.vscode/launch.json
vendored
Normal file
19
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
// 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": "Debug Daemon",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"env": {
|
||||
"FLUXD_ROOT_DIR": "${workspaceFolder}/fluxdd"
|
||||
},
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/daemon/main.go",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user