Removed unused fmt import

This commit is contained in:
Paulo Truta
2021-02-18 23:40:16 +00:00
parent 643ca5f545
commit 2e013b44bb
+1 -2
View File
@@ -4,8 +4,7 @@ import (
"bytes" "bytes"
"log" "log"
"os/exec" "os/exec"
"fmt"
"github.com/joho/godotenv" "github.com/joho/godotenv"
) )