package main import ( "fmt" "example/user/importpackage/importpackage" ) func main() { fmt.Println(importpackage.ReverseRunes("!oG ,olleH")) }