├── .gitignore ├── LICENSE ├── README.md ├── example └── web.go └── godaemon.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodyGuo/godaemon/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodyGuo/godaemon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodyGuo/godaemon/HEAD/README.md -------------------------------------------------------------------------------- /example/web.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodyGuo/godaemon/HEAD/example/web.go -------------------------------------------------------------------------------- /godaemon.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodyGuo/godaemon/HEAD/godaemon.go --------------------------------------------------------------------------------