zxl

Results 10 comments of zxl

So how about I do it this way: ```go godotenv.EnableEmbed() godotenv.Load() ``` If we don't `EnableEmbed()` or `DisableEmbed()` before `Load()`, godotenv's not gonna parse the embed.

Whoops `The command "go get -u -v github.com/golang/lint/golint" failed and exited with 2 during . `

And it's not only for windows, but mac also. Please fix this as soon as possible. Thanks!

I had to `go get -d github.com/oxequa/realize` and checkout to v2.0.2 then reinstalled manually. Finally, it works again. But `realize --version` shows `Realize version 2.1`. Wired.

Sounds fair. You can make a PR for this feature.

ID defined as an interface is to make packer more customizable, also the packer interface itself. So it is a good practice to have your own packer and codec. I...

Maybe make missing fields check opt-in?