vieter/src/git.v

8 lines
89 B
Coq
Raw Normal View History

2022-02-20 21:19:31 +01:00
module git
pub struct GitRepo {
pub:
url string [required]
branch string [required]
}