10 lines
101 B
Go
10 lines
101 B
Go
//go:build Develop
|
|
|
|
package main
|
|
|
|
const port = 8080
|
|
|
|
func getDbPath() string {
|
|
return "db.sqlite"
|
|
}
|