v/vlib/filepath/filepath_nix.v

6 lines
48 B
V
Raw Normal View History

module filepath
2020-02-17 20:31:23 +01:00
pub const (
separator = '/'
)