v/vlib/filepath/filepath_nix.v
2020-02-17 20:31:23 +01:00

5 lines
48 B
V

module filepath
pub const (
separator = '/'
)