Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
36d645f5
Commit
36d645f5
authored
Dec 22, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comment (warning about generated files)
R=r CC=golang-dev
https://golang.org/cl/180108
parent
41a347c9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
3 deletions
+18
-3
src/pkg/exp/vector/intvector.go
src/pkg/exp/vector/intvector.go
+3
-0
src/pkg/exp/vector/intvector_test.go
src/pkg/exp/vector/intvector_test.go
+3
-1
src/pkg/exp/vector/stringvector.go
src/pkg/exp/vector/stringvector.go
+3
-0
src/pkg/exp/vector/stringvector_test.go
src/pkg/exp/vector/stringvector_test.go
+3
-1
src/pkg/exp/vector/vector.go
src/pkg/exp/vector/vector.go
+3
-0
src/pkg/exp/vector/vector_test.go
src/pkg/exp/vector/vector_test.go
+3
-1
No files found.
src/pkg/exp/vector/intvector.go
View file @
36d645f5
...
...
@@ -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
...
...
src/pkg/exp/vector/intvector_test.go
View file @
36d645f5
...
...
@@ -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"
...
...
src/pkg/exp/vector/stringvector.go
View file @
36d645f5
...
...
@@ -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
...
...
src/pkg/exp/vector/stringvector_test.go
View file @
36d645f5
...
...
@@ -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"
...
...
src/pkg/exp/vector/vector.go
View file @
36d645f5
...
...
@@ -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
...
...
src/pkg/exp/vector/vector_test.go
View file @
36d645f5
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment