XXXX redacted: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Go
PureFox (talk | contribs)
→‎{{header|Go}}: Correction to preamble.
Line 63: Line 63:


=={{header|Go}}==
=={{header|Go}}==
Just the basic part of the task for now and, even there, I've had to resort to some rather crude hacks to deal with words containing hyphens and underscores as Go's regular expression engine (which is based on RE2) is not as sophisticated as those found in some other languages.
Just the basic part of the task for now and, even there, I've had to resort to some rather crude hacks to deal with words containing hyphens and apostrophes as Go's regular expression engine (which is based on RE2) is not as sophisticated as those found in some other languages.
<lang go>package main
<lang go>package main