Squashed into initial commit

This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-06 14:01:18 -05:00
commit c74e093a3b
19 changed files with 1728 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Exécutable go
#/bottin
# Fichiers sqlite3
/db/
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.x86_64
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/