library for now

This commit is contained in:
Jeff Carr 2024-12-17 23:27:17 -06:00
parent af50986812
commit a60188915d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func (repo *Repo) GetRepoType() string {
return "library" return "library"
} }
// todo: figure out what to do here. for now, binary is easiest // todo: figure out what to do here. for now, binary is easiest
return "binary" return "library"
} }
func (repo *Repo) setRepoType() { func (repo *Repo) setRepoType() {