sevlyar / go-daemon

A library for writing system daemons in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation fails on Windows

sevlyar opened this issue · comments

From #26

When I try to use in windows 10 I get ".\daemon.go:50:14: undefined: syscall.Credential".

@merinjo, thank you for the report. The library does not work in Windows but compilation should not fail. I will fix it.