remove fmt

This commit is contained in:
Roy Olav Purser 2021-03-23 10:28:16 +01:00
parent 19123b42b8
commit 341c50b756
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

View File

@ -1,7 +1,6 @@
package envconf
import ("fmt"
"strings"
import ("strings"
"os")
const TypeNone = (1 << 1)