String matching: Difference between revisions

Content deleted Content added
Sonia (talk | contribs)
Go solution
Sonia (talk | contribs)
Go header error
Line 320:
'qwertyuiop' contains 1 instances of 'wert'
'qwertyuiop' does not end with 'random garbage'
=={{header|Go}}==
<lang go>package main