Datenbanken, erster Versuch
This commit is contained in:
parent
b26544756a
commit
766aedf22d
21 changed files with 678 additions and 320 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -6,6 +6,9 @@
|
|||
*.dylib
|
||||
sprechstundentool
|
||||
|
||||
#Databases
|
||||
*.db
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
|
@ -17,3 +20,5 @@ vendor/
|
|||
|
||||
# Go workspace file
|
||||
go.work
|
||||
go.mod
|
||||
go.sum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue