forked from coop-cloud-mirrors/godotenv
Remove commented out code and go fmt tests.
This commit is contained in:
parent
68b1921266
commit
8350eb932e
@ -88,8 +88,6 @@ func loadFile(filename string) (err error) {
|
|||||||
|
|
||||||
func readFile(filename string) (envMap map[string]string, err error) {
|
func readFile(filename string) (envMap map[string]string, err error) {
|
||||||
file, err := os.Open(filename)
|
file, err := os.Open(filename)
|
||||||
|
|
||||||
// content, err := ioutil.ReadFile(filename)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user