Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ld
go-ld-prime
Commits
9737070b
Commit
9737070b
authored
Apr 26, 2020
by
Eric Myhre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment typo fix.
parent
680f1386
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
schema/gen/go/genStructReprMap.go
schema/gen/go/genStructReprMap.go
+1
-1
No files found.
schema/gen/go/genStructReprMap.go
View file @
9737070b
...
...
@@ -58,7 +58,7 @@ func (g structReprMapReprGenerator) EmitNodeType(w io.Writer) {
// We do also want some constants for our fields;
// they'll make iterators able to work faster.
// These might be the same strings as the type-level field names
// (in fac
e
, they are, unless renames are used)... but that's fine.
// (in fac
t
, they are, unless renames are used)... but that's fine.
// We get simpler code by just doing this unconditionally.
doTemplate
(
`
var (
...
...
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