transfer_middleware/until/env.go

9 lines
85 B
Go
Raw Normal View History

2024-07-16 18:26:51 +08:00
package until
2024-07-16 18:39:48 +08:00
import "os"
func GetConfig() string {
return os.Getenv("GO_ENV")
}