update readme, launch.json, notes.md

This commit is contained in:
2025-08-02 23:34:37 -04:00
parent 037b896b1b
commit 77260a86d4
4 changed files with 27 additions and 3 deletions

3
.gitignore vendored
View File

@@ -0,0 +1,3 @@
*.exe
__debug*
ignore

8
.vscode/launch.json vendored
View File

@@ -5,13 +5,15 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Debug cmd/web", "name": "Debug cmd/app1",
"type": "go", "type": "go",
"request": "launch", "request": "launch",
"mode": "debug", "mode": "auto",
"program": "${workspaceFolder}/cmd/app1", "program": "${workspaceFolder}/cmd/app1",
"env": {},
"args": [],
//"showLog": true, //"showLog": true,
"cwd": "${workspaceFolder}", //"cwd": "${workspaceFolder}",
} }
] ]
} }

View File

@@ -6,6 +6,7 @@ my-lib/
├── lib1/ # Individual importable library. Duplicate as needed ├── lib1/ # Individual importable library. Duplicate as needed
│ ├── lib1.go │ ├── lib1.go
│ └── lib1_test.go │ └── lib1_test.go
├── ignore # local files ignored by git
└── internal/ └── internal/
└── pkg1/ # Internal use package. Duplicate as needed └── pkg1/ # Internal use package. Duplicate as needed
├── pgk1.go ├── pgk1.go

18
notes.md Normal file
View File

@@ -0,0 +1,18 @@
# [SYSTEM]
## Design
## Structures
## Functions
## Notes
## Resources
# [SYSTEM]
## Design
## Structures
## Functions
## Notes
## Resources
# TODO
# UNSORTED NOTES