restructure

This commit is contained in:
lyx0 2022-08-07 01:34:27 +02:00
parent 86c7217974
commit 79c9fa9da7

5
pkg/commands/echo.go Normal file
View file

@ -0,0 +1,5 @@
package commands
func Echo(target, message string) {
}