mirror of
https://github.com/golang/go
synced 2024-11-26 06:47:58 -07:00
os: fix broken comment's link
Change-Id: Icf6cb06dfdde00de1db5e57b243d7e60a9e4e7ac
GitHub-Last-Rev: 45003b0656
GitHub-Pull-Request: golang/go#35834
Reviewed-on: https://go-review.googlesource.com/c/go/+/208837
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
5de3b97554
commit
87805c92fd
@ -411,7 +411,7 @@ func UserCacheDir() (string, error) {
|
|||||||
// subdirectory within this one and use that.
|
// subdirectory within this one and use that.
|
||||||
//
|
//
|
||||||
// On Unix systems, it returns $XDG_CONFIG_HOME as specified by
|
// On Unix systems, it returns $XDG_CONFIG_HOME as specified by
|
||||||
// https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html if
|
// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html if
|
||||||
// non-empty, else $HOME/.config.
|
// non-empty, else $HOME/.config.
|
||||||
// On Darwin, it returns $HOME/Library/Application Support.
|
// On Darwin, it returns $HOME/Library/Application Support.
|
||||||
// On Windows, it returns %AppData%.
|
// On Windows, it returns %AppData%.
|
||||||
|
Loading…
Reference in New Issue
Block a user