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