├── LICENCE ├── README.md ├── hello.go ├── service.go └── service_posix.go /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chai2010/winsvc/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chai2010/winsvc/HEAD/README.md -------------------------------------------------------------------------------- /hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chai2010/winsvc/HEAD/hello.go -------------------------------------------------------------------------------- /service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chai2010/winsvc/HEAD/service.go -------------------------------------------------------------------------------- /service_posix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chai2010/winsvc/HEAD/service_posix.go --------------------------------------------------------------------------------