From 77260a86d4fcdf09319a02e668fe98fe48f086f6 Mon Sep 17 00:00:00 2001 From: william harbert Date: Sat, 2 Aug 2025 23:34:37 -0400 Subject: [PATCH] update readme, launch.json, notes.md --- .gitignore | 3 +++ .vscode/launch.json | 8 +++++--- README.md | 1 + notes.md | 18 ++++++++++++++++++ 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 notes.md diff --git a/.gitignore b/.gitignore index e69de29..efd6945 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +*.exe +__debug* +ignore diff --git a/.vscode/launch.json b/.vscode/launch.json index b58349b..bad8ca3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,13 +5,15 @@ "version": "0.2.0", "configurations": [ { - "name": "Debug cmd/web", + "name": "Debug cmd/app1", "type": "go", "request": "launch", - "mode": "debug", + "mode": "auto", "program": "${workspaceFolder}/cmd/app1", + "env": {}, + "args": [], //"showLog": true, - "cwd": "${workspaceFolder}", + //"cwd": "${workspaceFolder}", } ] } diff --git a/README.md b/README.md index 19c7ef6..38a4277 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ my-lib/ ├── lib1/ # Individual importable library. Duplicate as needed │ ├── lib1.go │ └── lib1_test.go +├── ignore # local files ignored by git └── internal/ └── pkg1/ # Internal use package. Duplicate as needed ├── pgk1.go diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..a9f0c5a --- /dev/null +++ b/notes.md @@ -0,0 +1,18 @@ +# [SYSTEM] +## Design +## Structures +## Functions +## Notes +## Resources + +# [SYSTEM] +## Design +## Structures +## Functions +## Notes +## Resources + +# TODO + +# UNSORTED NOTES +