go-billy
go-billy copied to clipboard
Remove import path checking
As raised in #3, right now this project can't be used without Go modules because of the presence of these import comments, in contrast with what is described in the README. This fixes the issue by just removing the comments.
I don't think that any project should not be using Go modules at this point (mid 2022), right?