diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pkg/exp/vector/intvector.go | 3 | ||||
-rw-r--r-- | src/pkg/exp/vector/intvector_test.go | 4 | ||||
-rw-r--r-- | src/pkg/exp/vector/stringvector.go | 3 | ||||
-rw-r--r-- | src/pkg/exp/vector/stringvector_test.go | 4 | ||||
-rw-r--r-- | src/pkg/exp/vector/vector.go | 3 | ||||
-rw-r--r-- | src/pkg/exp/vector/vector_test.go | 4 |
6 files changed, 18 insertions, 3 deletions
diff --git a/src/pkg/exp/vector/intvector.go b/src/pkg/exp/vector/intvector.go index 374287a76..a1754a94f 100644 --- a/src/pkg/exp/vector/intvector.go +++ b/src/pkg/exp/vector/intvector.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// CAUTION: If this file is not vector.go, it was generated +// automatically from vector.go - DO NOT EDIT in that case! + package vector diff --git a/src/pkg/exp/vector/intvector_test.go b/src/pkg/exp/vector/intvector_test.go index ef4386bf2..51dd766db 100644 --- a/src/pkg/exp/vector/intvector_test.go +++ b/src/pkg/exp/vector/intvector_test.go @@ -2,8 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package vector +// CAUTION: If this file is not vector_test.go, it was generated +// automatically from vector_test.go - DO NOT EDIT in that case! +package vector import "testing" diff --git a/src/pkg/exp/vector/stringvector.go b/src/pkg/exp/vector/stringvector.go index 5a54a07e1..fad20f58a 100644 --- a/src/pkg/exp/vector/stringvector.go +++ b/src/pkg/exp/vector/stringvector.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// CAUTION: If this file is not vector.go, it was generated +// automatically from vector.go - DO NOT EDIT in that case! + package vector diff --git a/src/pkg/exp/vector/stringvector_test.go b/src/pkg/exp/vector/stringvector_test.go index cfa694775..ed65a157c 100644 --- a/src/pkg/exp/vector/stringvector_test.go +++ b/src/pkg/exp/vector/stringvector_test.go @@ -2,8 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package vector +// CAUTION: If this file is not vector_test.go, it was generated +// automatically from vector_test.go - DO NOT EDIT in that case! +package vector import "testing" diff --git a/src/pkg/exp/vector/vector.go b/src/pkg/exp/vector/vector.go index 68df23f41..99c7753da 100644 --- a/src/pkg/exp/vector/vector.go +++ b/src/pkg/exp/vector/vector.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// CAUTION: If this file is not vector.go, it was generated +// automatically from vector.go - DO NOT EDIT in that case! + package vector diff --git a/src/pkg/exp/vector/vector_test.go b/src/pkg/exp/vector/vector_test.go index ed2cfd5bd..3206c7fce 100644 --- a/src/pkg/exp/vector/vector_test.go +++ b/src/pkg/exp/vector/vector_test.go @@ -2,8 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package vector +// CAUTION: If this file is not vector_test.go, it was generated +// automatically from vector_test.go - DO NOT EDIT in that case! +package vector import "testing" |