diff options
| author | Jeff Carr <[email protected]> | 2024-12-04 15:35:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-04 15:35:27 -0600 |
| commit | 5846d5e4affbb2c2a220453a3de3c335b43cd2d6 (patch) | |
| tree | 91aee00b4965e12d38bbfaf4488dcb1535e0ca42 /protoc.go | |
| parent | f888dab0f223ae4b41de232e941a62a46f978309 (diff) | |
Diffstat (limited to 'protoc.go')
| -rw-r--r-- | protoc.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -9,7 +9,6 @@ import ( "strings" "go.wit.com/lib/gui/shell" - "go.wit.com/lib/protobuf/forgepb" "go.wit.com/log" ) @@ -31,11 +30,6 @@ func protocBuild(names map[string]string) error { return err } - // have to figure out how to run protoc so initialize forge - forge = forgepb.Init() - // forge.ConfigPrintTable() - os.Setenv("REPO_WORK_PATH", forge.GetGoSrc()) - log.Info("") if shell.Exists(names["protoc"]) { log.Info("protoc file already created", names["protoc"]) |
