You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue happened on the Go Playground, available at https://play.golang.org/ - According to their documentation, it would be go 1.10.2. Also happened on my computer, running go 1.10.3
Does this issue reproduce with the latest release?
Yes, I reproduce the error on my computer, running go 1.10.3
What operating system and processor architecture are you using (go env)?
Here is my source code. Note that I used the backtick character because I will need to actually match the + character, and according to a StackOverflow post, to avoid escaping characters, I can use the backtick character to avoid escaping. See https://stackoverflow.com/a/6770913/8908730
What version of Go are you using (
go version
)?The issue happened on the Go Playground, available at https://play.golang.org/ - According to their documentation, it would be
go 1.10.2
. Also happened on my computer, runninggo 1.10.3
Does this issue reproduce with the latest release?
Yes, I reproduce the error on my computer, running
go 1.10.3
What operating system and processor architecture are you using (
go env
)?I don't know the configuration of the playground.
As for my computer,
What did you do?
Here is my source code. Note that I used the backtick character because I will need to actually match the + character, and according to a StackOverflow post, to avoid escaping characters, I can use the backtick character to avoid escaping. See https://stackoverflow.com/a/6770913/8908730
Link : https://play.golang.org/p/DmFEAckvcQn
What did you expect to see?
Either
true
orfalse
, depending on wether the string matches or notWhat did you see instead?
The text was updated successfully, but these errors were encountered: