Skip to content

Remove 'go-import' tags

Warren Gifford requested to merge dax/rm_go_get into main

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

Merge request reports

Loading