summaryrefslogtreecommitdiff
path: root/sudo_darwin.go
blob: 4e082ec53bb60e0782595220683f05f197f88257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 macos to sudo")
	return log.Errorf("no sudo")
}