Drop import of unused fmt package

This commit is contained in:
Thomas Boerger 2019-02-18 23:47:42 +01:00
parent 0b75267c4f
commit de2823e439
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package main
import (
"fmt"
"os"
"github.com/joho/godotenv"