this is probably not much to use to anybody else but feel free to do whatever you want with it
import "go.atrox.dev/env".envfile is automatically loaded, if there is no.envfile this wrapper does not care - no error is thrownAPP_ENVmust be set to the apps current environment (development/staging/production, ...)- get environment variables with
Get(key)andGetDefault(key, default) - check if production with
IsProduction()or development withIsDevelopment()