Hey there, awesome work on this library.
While using this library for my project I realized that what I actually needed was a Go version of the git daemon command. I spent some time making it work with the ssh and smart http servers, but I just had to fallback to the git protocol. Looking in the internet, I found this library (https://github.com/aymanbagabas/go-git-daemon) which helps in what I need.
It'd be awesome to add git-daemon support to gitkit