package fhelp // auto run protoc with the correct args import ( "go.wit.com/log" ) func osSudo(cmd []string) error { log.Info("todo: add instructions on windows to sudo") return log.Errorf("user needs root") }