Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
ae4f1c4c
Commit
ae4f1c4c
authored
Sep 16, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reflect: fix comment
R=r CC=golang-dev
https://golang.org/cl/5039045
parent
048ec758
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
type.go
src/pkg/reflect/type.go
+1
-1
No files found.
src/pkg/reflect/type.go
View file @
ae4f1c4c
...
@@ -716,7 +716,7 @@ type StructTag string
...
@@ -716,7 +716,7 @@ type StructTag string
// Get returns the value associated with key in the tag string.
// Get returns the value associated with key in the tag string.
// If there is no such key in the tag, Get returns the empty string.
// If there is no such key in the tag, Get returns the empty string.
// If the tag does not have the conventional format, the value
// If the tag does not have the conventional format, the value
// returned by Get is unspecified
,
// returned by Get is unspecified
.
func
(
tag
StructTag
)
Get
(
key
string
)
string
{
func
(
tag
StructTag
)
Get
(
key
string
)
string
{
for
tag
!=
""
{
for
tag
!=
""
{
// skip leading space
// skip leading space
...
...
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