summaryrefslogtreecommitdiff
path: root/install_windows.go
blob: 3e99f01981aefbf02b8299b7a6ed9574469fc402 (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 osInstall(pkg string) error {
	log.Info("todo: add instructions on windows to install", pkg)
	return log.Errorf("user didn't install package %s", pkg)
}