chore: splitting monolith into packages
This commit is contained in:
9
commands/help.go
Normal file
9
commands/help.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func Help() {
|
||||
fmt.Println("Hang in there, will do the help stuff some day !")
|
||||
}
|
||||
Reference in New Issue
Block a user