Goland 2020.3.2:
Open mypackage/b_test.go in IDE and see Problems on line 11:
Unknown field 'Clicks' in struct literal
but there isn't any error, just run go test -v ./...
Repository from Github https://github.commarusama/goland-bug
Goland 2020.3.2:
Open mypackage/b_test.go in IDE and see Problems on line 11:
Unknown field 'Clicks' in struct literal
but there isn't any error, just run go test -v ./...