Documentation ¶ Index ¶ type Repo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Repo ¶ type Repo struct { // Name of the repo Name string // Path where the repository is cloned to Path string // Url git address of the repository Url string } Source Files ¶ View all Source files repo.go Click to show internal directories. Click to hide internal directories.