v/vlib/filepath/filepath_nix.v

6 lines
48 B
V

module filepath
pub const (
separator = '/'
)