gillesdemey / go-dicom

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

Example in README does not work #3

Closed micahhausler closed 9 years ago

micahhausler commented 9 years ago

When I try to run the example from the README, I get

$ go run main.go
panic: open dicom.dic: no such file or directory

goroutine 1 [running]:
github.com/gillesdemey/go-dicom.NewParser(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
    /.../go/src/github.com/gillesdemey/go-dicom/parser.go:45 +0xf9
main.main()
    /.../go/src/github.com/micahhausler/dicom/main.go:38 +0x2a9
exit status 2