• Francisco Souza's avatar
    godoc: fix codewalk handler · bb6e685b
    Francisco Souza authored
    For URLs ending with /, the handler did not work, trying to append
    ".xml" to the path.
    
    For instance, the "Share Memory by Communicating" returned the
    following error:
    
            open /Users/francisco.souza/lib/go/doc/codewalk/sharemem/.xml: no such file or directory
    
    R=adg, minux.ma
    CC=golang-dev
    https://golang.org/cl/5797065
    bb6e685b
codewalk.go 10.6 KB