This commit is contained in:
yp05327 2023-11-06 01:02:59 +00:00
parent d6ba4af183
commit 8a1c7673bb

View File

@ -23,7 +23,7 @@ type RepoLicense struct { //revive:disable-line:exported
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
}
// LanguageStatList defines a list of language statistics
// RepoLicenseList defines a list of repo licenses
type RepoLicenseList []*RepoLicense //revive:disable-line:exported
func (rll RepoLicenseList) StringList() []string {