cleanup old example
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
20e958559e
commit
6337988092
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue