Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 120 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 120 Bytes

daemon

go daemon func

import (
    "github.com/9466/daemon"
)

func main() {
    daemon.Daemon(0, 0)
}