gillesdemey / go-dicom

:hospital: DICOM Medical Image Parser in Go
MIT License
105 stars 31 forks source link

Library is broken #8

Open Erlix322 opened 7 years ago

Erlix322 commented 7 years ago

Sorry to say that, but nothing is working here.

# command-line-arguments .\DCMNameFinder.go:17: cannot assign <-chan dicom.DicomMessage to error (type er ror) in multiple assignment: <-chan dicom.DicomMessage does not implement error (missing Error method )

This it what it says with your example code from your README.md

andevellicus commented 7 years ago

Same here, would love to use this but currently won't run....