conjungo
conjungo copied to clipboard
merge strings correctly(only non "" values)
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