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