package storage import "log" func GetComputers() { log.Println("No computers here!") }