Drop import of unused fmt package

This commit is contained in:
Thomas Boerger 2019-02-18 23:47:38 +01:00
commit 57bf8d7477
No known key found for this signature in database
GPG key ID: 09745AFF9D63C79B

View file

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