tag.go

1package git
2
3import git "github.com/aymanbagabas/git-module"
4
5// Tag is a git tag.
6type Tag = git.Tag