Changed Project structure for non Package Project

This commit is contained in:
Pablu23
2024-05-18 14:21:56 +02:00
parent 1bd80bc1c2
commit bf4b4a3a15
5 changed files with 2 additions and 2 deletions

9
develop.go Normal file
View File

@@ -0,0 +1,9 @@
//go:build Develop
package main
const port = 8080
func getDbPath() string {
return "db.sqlite"
}