gillesdemey/go-dicom

Example in README does not work

micahhausler opened this issue · 0 comments

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