summaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-13 21:57:21 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-13 21:57:21 +0200
commit15ce042bd7ddf2cec9deca7c827d2ce93c4d11cd (patch)
tree5484df85eaa808d60278569047859606d9bf83f1 /main.go
parentc7ad83472710a7e72d7566b09f2eb223708e1343 (diff)
Rename the src package to app
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dc4a6f4..827491e 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ func main() {
go watch()
}
dbx.Init()
- src.Run(*port)
+ app.Run(*port)
}
func watch() {