all repos — homestead @ 1ed8f24aaa4a6d81eea4d741e7f90f4e0fec4774

Code for my website

brand exe with both long and short commit hashes

Alan Pearce
commit

1ed8f24aaa4a6d81eea4d741e7f90f4e0fec4774

parent

882078f2dda71de157b8e9fb31b43258f56087cd

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M cmd/server/main.gocmd/server/main.go
@@ -11,6 +11,11 @@ "github.com/ardanlabs/conf/v3"
"github.com/pkg/errors" ) +var ( + CommitSHA string + ShortSHA string +) + type Config struct { Production bool `conf:"default:false"` ListenAddress string `conf:"default:localhost"`