conjungo icon indicating copy to clipboard operation
conjungo copied to clipboard

merge strings correctly(only non "" values)

Open JAicewizard opened this issue 7 years ago • 0 comments

strings cant be nil, this they will always be overwritten in conjungo. a possible fix is by checking if the value is the same as reflect.Zero(v.Type()) instead of just nil

JAicewizard avatar Aug 22 '18 17:08 JAicewizard