Access denied? Not anymore
// download go programming language from google
// initialze go module file for godmode with the windows system go api
go mod init github.com/harryeetsource/God-Mode
// get godmode dependencies
go get golang.org/x/sys/windows
go get github.com/kardianos/service
// build binary
go build godmode.go