6 lines
55 B
Go
6 lines
55 B
Go
package domain
|
|
|
|
type PrevCommit struct {
|
|
Sha string
|
|
}
|
package domain
|
|
|
|
type PrevCommit struct {
|
|
Sha string
|
|
}
|