transfer_middleware/until/env.go

9 lines
85 B
Go

package until
import "os"
func GetConfig() string {
return os.Getenv("GO_ENV")
}