コード例 #1
0
ファイル: cherrypick-queue.go プロジェクト: jojimt/contrib
func mergeTime(obj *github.MungeObject) time.Time {
	t := obj.MergedAt()
	if t == nil {
		t = &maxTime
	}
	return *t
}