homebox/backend/app/cli/app.go

10 lines
129 B
Go
Raw Normal View History

2022-08-30 02:30:36 +00:00
package main
import (
"github.com/hay-kot/git-web-template/backend/internal/repo"
)
type app struct {
repos *repo.AllRepos
}