Files
cariddi/output/help.go
T
2021-05-12 19:14:05 +02:00

10 lines
111 B
Go

package output
import "fmt"
//PrintHelp
func PrintHelp() {
Beautify()
fmt.Println("The help goes here.")
}