Что выведет программа
type InMemoryRepo struct { Value string } type Repository interface{} func NewRepo1() Repository { var e```