cleanup(shellx): do not directly depend on apex/log (#357)
This commit is contained in:
parent
944d3c53fa
commit
39aec6677d
8 changed files with 52 additions and 39 deletions
|
|
@ -59,9 +59,9 @@ run `go mod tidy` to minimize such changes.
|
|||
|
||||
- use `./internal/atomicx` rather than `atomic/sync`
|
||||
|
||||
- use `./internal/fsx.OpenFile` when you need to open a file
|
||||
- do not use `os/exec`, use `x/sys/execabs` or `./internal/shellx`
|
||||
|
||||
Do now use `os/exec`, use `x/sys/execabs`.
|
||||
- use `./internal/fsx.OpenFile` when you need to open a file
|
||||
|
||||
## Code testing requirements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue