package main import ( "github.com/hay-kot/git-web-template/backend/internal/repo" ) type app struct { repos *repo.AllRepos }