go-windows-svc icon indicating copy to clipboard operation
go-windows-svc copied to clipboard

GO shell for a Windows service

Results 5 go-windows-svc issues
Sort by recently updated
recently updated
newest added

This was causing the following error cannot use &elog (type *debug.Log) as type debug.Log in argument to app.Run: *debug.Log is pointer to interface, not interface

Maybe create a `winsvc` struct. This would have * service name values * method to write to the application log * Interactive (bool) This could be passed in to `setup`...

enhancement

I moved the locations for the service names but the comments are still in the old location.

Allow these to override what is hard-coded in the application.

enhancement