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
commit b53d94c8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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