mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-19 21:36:30 +00:00
9 lines
129 B
Go
9 lines
129 B
Go
package main
|
|
|
|
import (
|
|
"github.com/hay-kot/git-web-template/backend/internal/repo"
|
|
)
|
|
|
|
type app struct {
|
|
repos *repo.AllRepos
|
|
}
|