1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00

* Verbose

This commit is contained in:
2022-05-21 14:34:46 +03:00
parent b9716c87ed
commit b079c0f637

View File

@@ -12,7 +12,7 @@ import (
func main() {
// Load environment variables, ignore if any errors come up
godotenv.Load()
_ = godotenv.Load()
dm, isDevelopment := os.LookupEnv("DEV_MODE")
if !isDevelopment && dm == "0" {