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
2019-07-16 01:57:06 +02:00

8 lines
66 B
Go

module os
#include <dirent.h>
const (
PathSeparator = '/'
)