everywall / ladder

Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL
GNU General Public License v3.0
4.29k stars 169 forks source link

The 'package' line in go.mod doesn't have the URL #65

Open yurivict opened 6 months ago

yurivict commented 6 months ago

It's common for Golang packages to list URL in the 'package' line, for example see here.

This allows Golang servers to pick up and list the package under this URL name.

mms-gianni commented 6 months ago

I think we will fix this issue in the refactoring.