1 2 3 4 5 6
//go:build !android package main func readSharedFromCache() (string, error) { return "", nil }