Posts by Victor Mello • 21 points
1 post
-
2
votes2
answers115
viewsQ: Problem capturing the title of a URL using regular expression
I’m learning Go language in the competition part. I had the challenge of using the Generator standard to get a Channel that reads the title of a URL through a goroutine. Inside this goroutine that I…