Template updates (commit: 02db176)
All checks were successful
Push to GitHub / mirror (push) Successful in 5s

This commit is contained in:
2026-02-16 19:13:25 +00:00
parent 187465203f
commit eb3f4414a9

View File

@@ -9,3 +9,8 @@ fi
if [ ! -f "config.yaml" ]; then
cp config.yaml.example config.yaml
fi
if [ ! -f "go.mod" ]; then
module_name=$(git remote get-url origin | sed 's|^https://||')
go mod init "$module_name"
fi