Block users from running your app with root permissions
How to install
go get github.com/shamsher31/gosudoblock
How to use
package main
import (
"fmt"
"github.com/shamsher31/gosudoblock"
)
func main() {
sudoblock.Is()
// ✖ You are not allowed to run this app with root permissions
}