Closed ronanj closed 3 years ago
Are the new changes ok for merging?
Changes have been done according to your comments.
Also, two methods have been added to nc_char.go, to simplify the usage of the 'BytesReader' interface.
Is the chage ok now?
I apologize for the long delay in my response.
It's really hard for me review PR which contains so many unrelated changes. This PR should be split up into few small ones.
The Variable.AddAttr method you added is the same as Variable.Attr followed by Attr.WriteBytes. The other changes (especially bug fixes) should probably get merged.
Closing as already merged
Add a new method to get the value of an attribute of type text Updated documentation