Open suyashkumar opened 1 year ago
Now that go has generics we will want to update the Element value APIs to make use of them at some point: https://github.com/suyashkumar/dicom/blob/f77ffdec9a83ffddf27d05aeaeb97f7fb220e589/element.go#L66
@suyashkumar Are you just referring to using any instead of interface{} wherever possible, if so I'd be happy to go through the repository (either in batches or all together, whatever you prefer)
Now that go has generics we will want to update the Element value APIs to make use of them at some point: https://github.com/suyashkumar/dicom/blob/f77ffdec9a83ffddf27d05aeaeb97f7fb220e589/element.go#L66