package main import ( "fmt" "k3gtpi.jumpingcrab.com/go-learning/mystrings" ) func main() { fmt.Println(mystrings.Reverse("hello world")) }