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

View File

@@ -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