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 text was updated successfully, but these errors were encountered:
sxin0
changed the title
app/jobs/console/test/test.go:9:2: malformed import path "tanxiao_hesuan/demo/测试": invalid char '测'
main.go:9:2: malformed import path "demo/测试": invalid char '测'
Dec 29, 2022
dmitshur
changed the title
main.go:9:2: malformed import path "demo/测试": invalid char '测'
cmd/go: import path "demo/测试" is reported as malformed
Dec 29, 2022
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Use Chinese as the directory
What did you expect to see?
All utf8 characters are supported
What did you see instead?
main.go:9:2: malformed import path "demo/测试": invalid char '测'
The text was updated successfully, but these errors were encountered: