10 lines
118 B
Go
10 lines
118 B
Go
package commands
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func Help() {
|
|
fmt.Println("Hang in there, will do the help stuff some day !")
|
|
}
|