1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-18 05:17:55 +02:00

7 lines
70 B
Go
Raw Normal View History

2019-11-18 09:38:36 +11:00
package commands
// Tag : A git tag
type Tag struct {
Name string
}