aboutsummaryrefslogtreecommitdiff
path: root/internal/stdlib/stdlib.go
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2019-11-14 06:01:00 -0500
committerJulie Qiu <julie@golang.org>2020-03-27 16:46:48 -0400
commit3ee4b78d3ede4191ca763230613146591049dede (patch)
tree9944900403b14846b91c792223112e098abc8c41 /internal/stdlib/stdlib.go
parentc07da5352e2d94a93beada046f044a239da09b57 (diff)
downloadgo-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.go2
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"