Skip to content

Commit

Permalink
Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 1, 2015
1 parent 443b090 commit 40a3d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/gowsdl.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func toGoType(xsdType string) string {
return value
}

return "*" + makePublic(type_)
return "*" + replaceReservedWords(makePublic(type_))
}

// Given a message, finds its type.
Expand Down

0 comments on commit 40a3d91

Please sign in to comment.