Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1431)

Unified Diff: src/pkg/strings/strings.s

Issue 12483043: code review 12483043: strings: use runtime assembly for IndexByte (Closed)
Patch Set: diff -r e285a7b170aa https://go.googlecode.com/hg/ Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/strings/strings.go ('k') | src/pkg/strings/strings_decl.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/strings/strings.s
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/pkg/strings/strings.s
@@ -0,0 +1,5 @@
+// Copyright 2013 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// This file is here just to make the go tool happy.
« no previous file with comments | « src/pkg/strings/strings.go ('k') | src/pkg/strings/strings_decl.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b