aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2015-09-01 22:25:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:25:48 +0000
commit5a880150270d058526fff6358763be259e5fbba4 (patch)
tree5d35b58bb65346c1f397397088f7171146b87a6f
parent3c9e66c39b27c4ba10f683191cfb9fe22eef0aca (diff)
parent166a1118e9ee7e51d6e2665484f039c87bc9549b (diff)
downloadtools-5a880150270d058526fff6358763be259e5fbba4.tar.gz
go/loader: update examples Output
automerge: 166a111 * commit '166a1118e9ee7e51d6e2665484f039c87bc9549b': go/loader: update examples Output
-rw-r--r--go/loader/example_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/go/loader/example_test.go b/go/loader/example_test.go
index 9fb5fdc..141a7e2 100644
--- a/go/loader/example_test.go
+++ b/go/loader/example_test.go
@@ -137,7 +137,7 @@ func ExampleConfig_CreateFromFiles() {
// imported: []
// initial: [hello]
// all: [errors fmt hello io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8]
- // strconv.Files: [atob.go atof.go atoi.go decimal.go extfloat.go ftoa.go isprint.go itoa.go quote.go]
+ // strconv.Files: [atob.go atof.go atoi.go decimal.go doc.go extfloat.go ftoa.go isprint.go itoa.go quote.go]
}
// This example imports three packages, including the tests for one of
@@ -164,7 +164,7 @@ func ExampleConfig_Import() {
// created: [strconv_test]
// imported: [errors strconv unicode/utf8]
// initial: [errors strconv strconv_test unicode/utf8]
- // all: [bufio bytes errors flag fmt io math math/rand os reflect runtime runtime/pprof sort strconv strconv_test strings sync sync/atomic syscall testing text/tabwriter time unicode unicode/utf8]
- // strconv.Files: [atob.go atof.go atoi.go decimal.go extfloat.go ftoa.go isprint.go itoa.go quote.go internal_test.go]
- // strconv_test.Files: [atob_test.go atof_test.go atoi_test.go decimal_test.go fp_test.go ftoa_test.go itoa_test.go quote_example_test.go quote_test.go strconv_test.go]
+ // all: [bufio bytes errors flag fmt io log math math/rand os reflect runtime runtime/pprof runtime/trace sort strconv strconv_test strings sync sync/atomic syscall testing text/tabwriter time unicode unicode/utf8]
+ // strconv.Files: [atob.go atof.go atoi.go decimal.go doc.go extfloat.go ftoa.go isprint.go itoa.go quote.go internal_test.go]
+ // strconv_test.Files: [atob_test.go atof_test.go atoi_test.go decimal_test.go example_test.go fp_test.go ftoa_test.go itoa_test.go quote_test.go strconv_test.go]
}