aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-12-22 15:14:10 -0800
committerRobert Griesemer <gri@golang.org>2009-12-22 15:14:10 -0800
commit36d645f5fa4b1d80a585d992ece8dbe5e1fd96e0 (patch)
tree4bed33eadb46f5a59c586a553710314c4fdec57e
parent41a347c914a237fbdb958b3081556dc1a824f9e3 (diff)
downloadgo-36d645f5fa4b1d80a585d992ece8dbe5e1fd96e0.tar.xz
add comment (warning about generated files)
R=r CC=golang-dev https://golang.org/cl/180108
-rw-r--r--src/pkg/exp/vector/intvector.go3
-rw-r--r--src/pkg/exp/vector/intvector_test.go4
-rw-r--r--src/pkg/exp/vector/stringvector.go3
-rw-r--r--src/pkg/exp/vector/stringvector_test.go4
-rw-r--r--src/pkg/exp/vector/vector.go3
-rw-r--r--src/pkg/exp/vector/vector_test.go4
6 files changed, 18 insertions, 3 deletions
diff --git a/src/pkg/exp/vector/intvector.go b/src/pkg/exp/vector/intvector.go
index 374287a764..a1754a94f1 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 ef4386bf2b..51dd766db0 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 5a54a07e11..fad20f58a5 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 cfa6947754..ed65a157cc 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 68df23f41c..99c7753da3 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 ed2cfd5bd0..3206c7fce6 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"