package main import ( "fmt" "github.com/taoshihan1991/imaptool/tools" ) func main() { fmt.Printf(tools.Reverse("!taoshihan ,olleH")) }