Merge pull request #1266 from runphp/patch-1

Update README.md
This commit is contained in:
David Bariod
2021-09-11 14:47:43 +02:00
committed by GitHub
+1 -1
View File
@@ -341,7 +341,7 @@ import (
log "github.com/sirupsen/logrus"
)
init() {
func init() {
// do something here to set environment depending on an environment variable
// or command-line flag
if Environment == "production" {