Removed unused fmt import

loop_loop_execution
Paulo Truta 2021-02-18 23:40:16 +00:00
parent 643ca5f545
commit 2e013b44bb
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ import (
"bytes"
"log"
"os/exec"
"fmt"
"github.com/joho/godotenv"
)