mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
7 lines
70 B
Go
7 lines
70 B
Go
package commands
|
|
|
|
// Tag : A git tag
|
|
type Tag struct {
|
|
Name string
|
|
}
|