Optimized PostgreSQL initialization process for smoother deployment setup

This commit is contained in:
2024-05-11 14:50:14 +07:00
parent d166628345
commit 69c1f13f17
5 changed files with 55 additions and 30 deletions

View File

@ -1,8 +1,6 @@
package main
import (
"github.com/fossyy/filekeeper/app"
)
import "github.com/fossyy/filekeeper/app"
func main() {
app.Start()