I want to create windows service using Go language with a native package https://godoc.org/golang.org/x/sys/windows/svc But, examples given with package, seems for me not qwite obvious. Where can I find some good examples with explanation? At the moment, I need only to run my app as a win service, no any "advanced" functions. Before now, I had used https://github.com/kardianos/service and https://github.com/judwhite/go-svc with success, but now I want to try a native package, but cannot understand how to do that correct.