String matching: Difference between revisions

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