refactoring
This commit is contained in:
9
cmd/run.go
Normal file
9
cmd/run.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func Run(ctx context.Context) error {
|
||||
return ctx.Err()
|
||||
}
|
||||
Reference in New Issue
Block a user