Build the program
go build
Run
ENV=DEV PORT=1515 ./mssql-client
Then go to https://localhost:1515
ENV
: option DEV
will update templates without restarting the services
PORT
: https port, default 4443
go-vim image taken from https://github.com/fatih/vim-go/blob/master/assets/vim-go.png. also check out his awesome vim-go plugin