]> Cypherpunks.ru repositories - gostls13.git/commit
os: return proper user directories on iOS
authorChris Waldon <christopher.waldon.dev@gmail.com>
Sun, 29 Nov 2020 23:58:29 +0000 (23:58 +0000)
committerCherry Zhang <cherryyz@google.com>
Mon, 30 Nov 2020 17:45:06 +0000 (17:45 +0000)
commitc193279e2c9e62e8ddc0893484251b4411461d62
treeb81cca863c3c05882ce2427ffd4b443a307f703f
parent294c214ccac877be8d8ce16b0302434a15a2476b
os: return proper user directories on iOS

Separating iOS into its own runtime constant broke the logic
here to derive the correct home, cache, and config directories
on iOS devices.

Fixes #42878

Change-Id: Ie4ff57895fcc34b0a9af45554ea3a346447d2e7a
GitHub-Last-Rev: 5e74e64917fa46e9c6e0d963cab5194ab89e2f64
GitHub-Pull-Request: golang/go#42879
Reviewed-on: https://go-review.googlesource.com/c/go/+/273947
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
src/os/file.go