v/vlib/os/os_nix.v

8 lines
66 B
Go
Raw Normal View History

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