package client import ( "fmt" ) func Hello() { fmt.Println("Hello from glient.go") }