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

7 lines
70 B
Go

package commands
// Tag : A git tag
type Tag struct {
Name string
}