Personal fork of the mighty, self-hostable Git server for the command line 🍦
1package git 2 3import "github.com/gogs/git-module" 4 5// Tag is a git tag. 6type Tag = git.Tag