You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the env file is a yaml encoded file and has --- at the document start (which is very common for yaml file as document delimiter), the parser returned error.
This is the go playground code to reproduce: https://go.dev/play/p/zYZxk0ruKVf
Thanks before!
The text was updated successfully, but these errors were encountered:
When the env file is a
yaml
encoded file and has---
at the document start (which is very common for yaml file as document delimiter), the parser returned error.This is the go playground code to reproduce: https://go.dev/play/p/zYZxk0ruKVf
Thanks before!
The text was updated successfully, but these errors were encountered: