Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit d94d4f1

Browse files
authored
remove old go1.8 NoGoError change (#692)
Fixes gb#690
1 parent e4c5207 commit d94d4f1

3 files changed

Lines changed: 4 additions & 19 deletions

File tree

build17_test.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

build18_test.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

build_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,7 @@ func mktemp(t *testing.T) string {
374374
func mktmp() (string, error) {
375375
return ioutil.TempDir("", "gb-test-")
376376
}
377+
378+
func nogoerr(dir string) error {
379+
return &build.NoGoError{Dir: dir}
380+
}

0 commit comments

Comments
 (0)