How to request admin rights from a user in golang?
In principle, I know that on the exe program you can check the Run as administrator checkbox in the properties. But I need an example in code form. So that they can be requested not at the start of the program. And somewhere at the end.