Ejemplo n.º 1
0
func randomTmpDirPath(s string, platform string) string {
	return integration.RandomTmpDirPath(s, platform)
}
Ejemplo n.º 2
0
func randomTmpDirPath(s string) string {
	return integration.RandomTmpDirPath(s)
}