package
0.2.2
Repository: https://github.com/caicaispace/gohelper.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
打印json.
PrintTable persons := []commandInfo{ {"addr-http", "http://" + *serverAddr}, {"run-mode", *serverRunMode}, } util.PrintTable(persons).
PrintTableWithHeader header := []string{"Name", "Sign", "Rating"} data := [][]string{ []string{"A", "The Good", "500"}, []string{"B", "The Very very Bad Man", "288"}, []string{"C", "The Ugly", "120"}, []string{"D", "The Gopher", "800"}, }.

# Structs

No description provided by the author