add .env support

This commit is contained in:
6543 2022-06-10 18:23:10 +02:00
parent e17a9b92d5
commit e90ecfaf7b
3 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import (
"fmt"
"os"
_ "github.com/joho/godotenv/autoload"
"github.com/urfave/cli/v2"
"codeberg.org/codeberg/pages/cmd"