7 lines
85 B
Go
7 lines
85 B
Go
package client
|
|
|
|
import "fmt"
|
|
|
|
func Run() {
|
|
fmt.Println("Client is running...")
|
|
}
|