chore: sync from github
Some checks failed
Build container / build (push) Has been cancelled

This commit is contained in:
Job
2025-08-29 13:46:15 +02:00
parent d5ed7bc7f7
commit 48f13d622b
20 changed files with 92 additions and 186 deletions

3
containers/go/config.sh Normal file
View File

@@ -0,0 +1,3 @@
for dir in "Code" "Documents" "Downloads" ".config/devcontainer"; do
arg "-v $HOME/$dir:/home/user/$dir"
done