• Gustavo Niemeyer's avatar
    path/filepath: new OS-specific path support · 04ca4f82
    Gustavo Niemeyer authored
    The path package now contains only functions which
    deal with slashed paths, sensible for any OS when dealing
    with network paths or URLs.  OS-specific functionality
    has been moved into the new path/filepath package.
    
    This also includes fixes for godoc, goinstall and other
    packages which were mixing slashed and OS-specific paths.
    
    R=rsc, gri, mattn, brainman
    CC=golang-dev
    https://golang.org/cl/4252044
    04ca4f82
Name
Last commit
Last update
..
cgi Loading commit data...
httptest Loading commit data...
pprof Loading commit data...
testdata Loading commit data...
Makefile Loading commit data...
chunked.go Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
cookie.go Loading commit data...
cookie_test.go Loading commit data...
dump.go Loading commit data...
fs.go Loading commit data...
fs_test.go Loading commit data...
header.go Loading commit data...
lex.go Loading commit data...
lex_test.go Loading commit data...
persist.go Loading commit data...
proxy_test.go Loading commit data...
range_test.go Loading commit data...
readrequest_test.go Loading commit data...
request.go Loading commit data...
request_test.go Loading commit data...
requestwrite_test.go Loading commit data...
response.go Loading commit data...
response_test.go Loading commit data...
responsewrite_test.go Loading commit data...
serve_test.go Loading commit data...
server.go Loading commit data...
status.go Loading commit data...
transfer.go Loading commit data...
transport.go Loading commit data...
triv.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...