8 lines
90 B
Go
8 lines
90 B
Go
|
package storage
|
||
|
|
||
|
import "log"
|
||
|
|
||
|
func GetComputers() {
|
||
|
log.Println("No computers here!")
|
||
|
}
|