Compare commits

...

2 Commits

Author SHA1 Message Date
d441b002b0 Fixed gitignore 2026-02-20 23:57:24 +01:00
0a60dc7f4a Server can now be started 2026-02-20 23:55:57 +01:00
2 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,3 @@
./database.db
./.idea
database.db
.idea
*.exe

View File

@@ -1,4 +1,4 @@
package shap_planner_backend
package main
import (
"log"