suyashkumar/dicom

What's the right import statement to use this?

Closed this issue · 2 comments

toli commented

Hi
Apologies for the dumb question
I may have not played with Go for 5+ years
What do I need to put in import to access this?
Back in my days "go get" was enough but I think that changed, so I need other files too

And I'm going to build something for my friend that's doing radiology for UCSF hospital in SF, and this will be fun

toli commented

seems that it works if i have a go.mod file containing the following

module nick-radiogogy
go 1.21.1

require (
	github.com/suyashkumar/dicom v1.0.6
)

and go.sum get created by itself

toli commented

closing this since it seems to work