1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/os/os_nix.v

8 lines
66 B
Go
Raw Normal View History

2019-07-01 18:04:09 +03:00
module os
#include <dirent.h>
2019-07-16 02:57:03 +03:00
const (
PathSeparator = '/'
)