Skip to content

frontend: Use go packages to find assets in dev

Administrator requested to merge use-go-packages into master

Created by: keegancsmith

go/build doesn't support go modules so would fail to find the templates directory if you are outside of the GOPATH. go/packages is the replacement.

Fixes https://github.com/sourcegraph/sourcegraph/issues/168

Merge request reports

Loading