Files
lazygit/pkg/commands/tag.go
T

7 lines
70 B
Go

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