all repos — website @ b27825139e77cd8c527ada7c712f186c94444c04

My website

brand exe with both long and short commit hashes

Alan Pearce
commit

b27825139e77cd8c527ada7c712f186c94444c04

parent

ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0

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"`