facebookresearch / Clinical-Trial-Parser

Library for converting clinical trial eligibility criteria to a machine-readable format.
Apache License 2.0
163 stars 58 forks source link

Enable repo usage outside of GOPATH #21

Closed gmlewis closed 2 years ago

gmlewis commented 2 years ago

This enables this repo to be used outside of the user's GOPATH which is very common now that go.mod has been standardized.

gmlewis commented 2 years ago

Looks good. Would unit tests be helpful here?

Sure, how about this?