mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: fix depgraph. will also make it work with new b-tree map
This commit is contained in:
committed by
Alexander Medvednikov
parent
20f6cdc53a
commit
6d6b2fdda8
6
vlib/filepath/filepath_nix.v
Normal file
6
vlib/filepath/filepath_nix.v
Normal file
@@ -0,0 +1,6 @@
|
||||
module filepath
|
||||
|
||||
const (
|
||||
path_separator = '/'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user