1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
lazygit/pkg/commands/tag.go

7 lines
70 B
Go
Raw Normal View History

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