mirror of
https://github.com/golang/go
synced 2024-11-12 10:20:27 -07:00
add comment (warning about generated files)
R=r CC=golang-dev https://golang.org/cl/180108
This commit is contained in:
parent
41a347c914
commit
36d645f5fa
@ -2,6 +2,9 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package vector
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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"
|
import "testing"
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package vector
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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"
|
import "testing"
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package vector
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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"
|
import "testing"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user