Results 5 issues of Alexander

some refactor with defer calls

Hello I need help I am parsing words from some sentences and my `\w+` regexp works fine with Latin characters. However, it totally fails with some Cyrillic characters. for example...

Hi! I have a little trouble with gocv For example I have a code ``` package main import ( "fmt" "image" "image/color" "image/jpeg" "os" "gocv.io/x/gocv" ) func main() { height...

enhancement