golang.org/x/pkgsite/internal.ModuleInfo.CommitTime (field)

11 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L47: 	CommitTime        time.Time

	golang.org/x/pkgsite/internal/fetch
		fetch.go#L322: 			CommitTime:        commitTime,

	golang.org/x/pkgsite/internal/frontend
		main.go#L200: 		CommitTime:        absoluteTime(um.CommitTime),
		versions.go#L183: 			CommitTime: absoluteTime(mi.CommitTime),

	golang.org/x/pkgsite/internal/localdatasource
		datasource.go#L156: 			CommitTime:        fetch.LocalCommitTime,

	golang.org/x/pkgsite/internal/postgres
		details.go#L195: 	if err := scan(&mi.ModulePath, &mi.Version, &mi.CommitTime,
		insert_module.go#L48: 	if m.CommitTime.IsZero() {
		insert_module.go#L246: 		m.CommitTime,
		unit.go#L100: 		&um.CommitTime,

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L281: 		CommitTime: CommitTime,
		sample.go#L359: 			CommitTime:        NowTruncated(),