package main import ( "fmt" client "modbus/internal" ) func main() { fmt.Println("Hello from main!") client.Hello() }