Versions in this module Expand all Collapse all v0 v0.2.1 Nov 16, 2024 v0.2.0 Nov 8, 2024 Changes in this version type PrRepository + Description string + Language string v0.1.0 Nov 8, 2024 Changes in this version + func GenerateProfile(username string) ([]Profile, []PrRepository) + func Translate(text string) string + type PrRepository struct + Count int + Created string + Name string + State string + Url string + func (p PrRepository) CountUrl(username string) string + func (p PrRepository) FullName() string + type Profile struct + Create string + Description string + Forks int + HTMLUrl string + Language string + Name string + Stars int + Update string + func (p Profile) FullName() string