Add git info to version

This commit is contained in:
Deluan
2020-01-25 11:06:04 -05:00
parent 9ed35cbb02
commit 8756f55650
7 changed files with 60 additions and 27 deletions
-2
View File
@@ -15,8 +15,6 @@ import (
"github.com/go-chi/cors"
)
const Version = "0.2.0"
type Server struct {
Scanner *scanner.Scanner
router *chi.Mux