diff options
| author | Jonathan Amsterdam <jba@google.com> | 2019-11-14 06:01:00 -0500 |
|---|---|---|
| committer | Julie Qiu <julie@golang.org> | 2020-03-27 16:46:48 -0400 |
| commit | 3ee4b78d3ede4191ca763230613146591049dede (patch) | |
| tree | 9944900403b14846b91c792223112e098abc8c41 /internal/stdlib/stdlib.go | |
| parent | c07da5352e2d94a93beada046f044a239da09b57 (diff) | |
| download | go-x-pkgsite-3ee4b78d3ede4191ca763230613146591049dede.tar.xz | |
internal: add a testing directory
Put all test-related packages there (sample, testhelper, integration).
production risk: none
Change-Id: I06673aaa5c3fd6966410f1c1ad2b34e4f2d88f94
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/599080
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'internal/stdlib/stdlib.go')
| -rw-r--r-- | internal/stdlib/stdlib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/stdlib/stdlib.go b/internal/stdlib/stdlib.go index 3de7dc89..15dabc9e 100644 --- a/internal/stdlib/stdlib.go +++ b/internal/stdlib/stdlib.go @@ -22,7 +22,7 @@ import ( "time" "golang.org/x/discovery/internal/derrors" - "golang.org/x/discovery/internal/testhelper" + "golang.org/x/discovery/internal/testing/testhelper" "golang.org/x/discovery/internal/thirdparty/semver" "gopkg.in/src-d/go-billy.v4/osfs" |
