mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: remove pub
from impl_walk_ext
This commit is contained in:
parent
d1c4b470bc
commit
e34046a0e1
@ -454,7 +454,7 @@ pub fn walk_ext(path string, ext string) []string {
|
|||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn impl_walk_ext(path string, ext string, mut out []string) {
|
fn impl_walk_ext(path string, ext string, mut out []string) {
|
||||||
if !is_dir(path) {
|
if !is_dir(path) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user