Filippo Veneri
Filippo Veneri
See my pull request #97 Restructuring your service as i've done with the myservice example should make it work on windows.
Updating the dependency was just a side-effect, not at all necessary. The important thing is to restructure your code as i have done in my pull request. If you clink...
It is a bit convoluted. On Windows the `(daemon.Daemon).Install()` interface method refers to the `(daemon.windowsRecord).Install()` concrete method. Assuming your service executable is named myservice.exe, this method creates the windows service...
It doesn't work. I want the latest version (v12.2.0 as of today). I get this packages in go mod instead: - github.com/iris-contrib/swagger v0.0.0-20230820002204-56b041d3471a - github.com/iris-contrib/swagger/v12 v12.2.0-alpha - github.com/kataras/iris/v12 v12.2.5-0.20230817092616-b30cbdbcb308 -...
Duplicate of #16