Initial commit

This commit is contained in:
Martin Pander
2026-02-23 21:45:13 +01:00
commit 395a70b759
10 changed files with 560 additions and 0 deletions

29
go/.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# env file
.env
# Editor/IDE
# .idea/
# .vscode/