1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/filepath/filepath_nix.v
2020-02-17 20:31:23 +01:00

6 lines
48 B
V

module filepath
pub const (
separator = '/'
)