diff options
Diffstat (limited to 'android_shared_stub.go')
| -rw-r--r-- | android_shared_stub.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android_shared_stub.go b/android_shared_stub.go new file mode 100644 index 0000000..4e6f27e --- /dev/null +++ b/android_shared_stub.go @@ -0,0 +1,6 @@ +//go:build !android + +package main + +func readSharedFromCache() (string, error) { return "", nil } + |
