Remove 'go-import' tags
Created by: daxmc99
This is some very old code that hasn't been updated since the introduction of modules
Trying it today:
go get sourcegraph.com/sourcegraph/sourcegraph
Throws an error with:
go get: sourcegraph.com/sourcegraph/[email protected]: parsing go.mod:
module declares its path as: github.com/sourcegraph/sourcegraph
but was required as: sourcegraph.com/sourcegraph/sourcegraph
Test plan
n/a