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()