package client import "fmt" func Run() { fmt.Println("Client is running...") }