philiso
Results
1
issues of
philiso
in function getLogFileName{} code line proc := path.Base(os.Args[0]) will not work in windows for path.Base(...) only check last '/' in the path string. but in windows file path is seperated...