We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7b896 commit c276c8dCopy full SHA for c276c8d
gs/internal/gs_conf/env.go
@@ -45,6 +45,9 @@ func (c *Environment) CopyTo(p *conf.MutableProperties) error {
45
if len(ss) > 1 {
46
v = ss[1]
47
}
48
+ if k == "" { // e.g., =::=::
49
+ continue
50
+ }
51
var propKey string
52
if strings.HasPrefix(k, prefix) {
53
propKey = strings.TrimPrefix(k, prefix)
0 commit comments