go/analysis: fix path to example-test.go

This commit is contained in:
sanposhiho 2021-02-07 13:21:42 +09:00
Родитель e0d201561e
Коммит c69ca973dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ func CreateProgram(lprog *loader.Program, mode ssa.BuilderMode) *ssa.Program {
//
// The operation fails if there were any type-checking or import errors.
//
// See ../ssa/example_test.go for an example.
// See ../example_test.go for an example.
//
func BuildPackage(tc *types.Config, fset *token.FileSet, pkg *types.Package, files []*ast.File, mode ssa.BuilderMode) (*ssa.Package, *types.Info, error) {
if fset == nil {