Files
filekeeper/main.go

8 lines
86 B
Go

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