remove fmt

This commit is contained in:
2021-03-23 10:28:16 +01:00
parent 19123b42b8
commit 341c50b756

View File

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