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