v/vlib/filepath/filepath_nix.v

7 lines
50 B
V
Raw Normal View History

module filepath
const (
path_separator = '/'
)