Merge branch 'jcarr' of git.wit.com:jcarr/virtbuf into jcarr

This commit is contained in:
Jeff Carr 2024-11-01 04:09:54 -05:00
commit 36e69dd84c
1 changed files with 0 additions and 7 deletions

View File

@ -2,8 +2,6 @@ package main
import (
"fmt"
"io/ioutil"
"log"
"os"
pb "go.wit.com/lib/protobuf/virtbuf"
@ -16,11 +14,6 @@ import (
func main() {
TestWriteCluster()
_, err := ioutil.ReadFile("/tmp/testing4.protobuf")
if err != nil {
log.Fatalln("Error reading file:", err)
}
var c *pb.NewCluster
c = pb.InitCluster()