1
0
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:
joe-conigliaro
2020-01-24 07:08:17 +11:00
committed by Alexander Medvednikov
parent 20f6cdc53a
commit 6d6b2fdda8
4 changed files with 78 additions and 51 deletions

View File

@@ -0,0 +1,6 @@
module filepath
const (
path_separator = '/'
)