//+build !darwin package passgo import ( "log" ) //Clip copies a string to the clipboard func Clip(x string) { log(Info,"Clipboard not implemented for this platform") }