9 lines
167 B
Go
9 lines
167 B
Go
package system
|
|
|
|
import "git.sr.ht/~cco/go-scopes/lib"
|
|
|
|
func RemoveFile(ctx lib.Context, fpath string) {
|
|
}
|
|
|
|
func RemoveFiles(ctx lib.Context, path, pattern string) {
|
|
}
|