Removed unused fmt import

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