Files
filekeeper/main.go

10 lines
91 B
Go

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