diff options
Diffstat (limited to 'src/strings/strings_decl.go')
| -rw-r--r-- | src/strings/strings_decl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/strings_decl.go b/src/strings/strings_decl.go index 3bae8448c3..98194445e1 100644 --- a/src/strings/strings_decl.go +++ b/src/strings/strings_decl.go @@ -5,4 +5,4 @@ package strings // IndexByte returns the index of the first instance of c in s, or -1 if c is not present in s. -func IndexByte(s string, c byte) int // ../runtime/asm_$GOARCH.s +func IndexByte(s string, c byte) int // in internal/bytealg |
