package main import ( "github.com/fossyy/filekeeper/app" ) func main() { app.Start() }