inital commit

This commit is contained in:
Yannick
2025-03-21 15:59:00 +01:00
parent e14e8af5d9
commit 33bcb018f8
6 changed files with 907 additions and 7 deletions

14
.gitignore vendored
View File

@@ -3,17 +3,17 @@
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.exe
.exe~
.dll
.so
.dylib
# Test binary, built with `go test -c`
*.test
.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.out
# Dependency directories (remove the comment below to include it)
# vendor/