summaryrefslogtreecommitdiffstats
path: root/pkg/commands/tag.go
blob: b6910b4b084b8f345465d3f47515487f7ef788c3 (plain)
1
2
3
4
5
6
package commands

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