# daemon **Repository Path**: ak999/daemon ## Basic Information - **Project Name**: daemon - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2021-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README daemon ====== go daemon func ``` import ( "github.com/9466/daemon" ) func main() { daemon.Daemon(0, 0) } ```