Sign in
go
/
go.git
/
refs/heads/master
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
install_backslash.txt
blob: adb359c8581a3989d554571aa885ca00f2411374 [
file
] [
log
] [
blame
] [
edit
]
# Issue #24233: allow backslash in path of command
go install -n rsc.io\fortune@v1.0.0
! stderr 'malformed'
mkdir m
cd m
go mod init example.com/m
go get rsc.io\fortune
! stderr 'malformed'
go install -n rsc.io\fortune@v1.0.0
! stderr 'malformed'