]> Cypherpunks repositories - gostls13.git/commitdiff
add comment (warning about generated files)
authorRobert Griesemer <gri@golang.org>
Tue, 22 Dec 2009 23:14:10 +0000 (15:14 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 22 Dec 2009 23:14:10 +0000 (15:14 -0800)
R=r
CC=golang-dev
https://golang.org/cl/180108

src/pkg/exp/vector/intvector.go
src/pkg/exp/vector/intvector_test.go
src/pkg/exp/vector/stringvector.go
src/pkg/exp/vector/stringvector_test.go
src/pkg/exp/vector/vector.go
src/pkg/exp/vector/vector_test.go

index 374287a76445e04793fc897615edf46c9001e471..a1754a94f1d470067258edbbbcb12408609841a5 100644 (file)
@@ -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
 
 
index ef4386bf2b5fff6f752cc6a608e61c6375cd6253..51dd766db0823badf0354ff85bb9c1cc483e4f79 100644 (file)
@@ -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"
 
index 5a54a07e1105b364040515cda8325a4a9aa41386..fad20f58a54c850613b014912d19a060631fd1a0 100644 (file)
@@ -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
 
 
index cfa69477548191e52de332e3f03059f6c9715f78..ed65a157cc924a7e63a99b31b88af938634bb08f 100644 (file)
@@ -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"
 
index 68df23f41cb35027d4b345a9e4d8c4819d904913..99c7753da3d7e6628c714202d891972852dd3aeb 100644 (file)
@@ -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
 
 
index ed2cfd5bd000e05769f74b375e65637674e4d806..3206c7fce68964f3b9ee2b9be85d78391f1c3059 100644 (file)
@@ -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"