first commit
This commit is contained in:
12
example/cmd/single/main.go
Normal file
12
example/cmd/single/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gitoa.ru/go-4devs/console"
|
||||
"gitoa.ru/go-4devs/console/example/pkg/command"
|
||||
)
|
||||
|
||||
func main() {
|
||||
console.Execute(context.Background(), command.Hello())
|
||||
}
|
||||
Reference in New Issue
Block a user