Sign in
go
/
go.git
/
a58afe44fa3be498e213bafa77455ffdfe5e23e2
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
install_backslash.txt
blob: adb359c8581a3989d554571aa885ca00f2411374 [
file
]
# 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'