summaryrefslogtreecommitdiff
path: root/example/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 04:09:54 -0500
committerJeff Carr <[email protected]>2024-11-01 04:09:54 -0500
commit36e69dd84cd0311c12415b6ae430478f43e64c3b (patch)
tree323cb32f4dd9bc4d80279be43853f40d709930c5 /example/main.go
parentc2e30a373af041ecebcc798564499f2347005df6 (diff)
parent6337988092218a0080fa164aab4469334979b1b5 (diff)
Merge branch 'jcarr' of git.wit.com:jcarr/virtbuf into jcarr
Diffstat (limited to 'example/main.go')
-rw-r--r--example/main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/example/main.go b/example/main.go
index 4554af3..bf6d4ef 100644
--- a/example/main.go
+++ b/example/main.go
@@ -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()