Merge branch 'jcarr' of git.wit.com:jcarr/virtbuf into jcarr
This commit is contained in:
commit
36e69dd84c
|
@ -2,8 +2,6 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
|
||||||
"log"
|
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
pb "go.wit.com/lib/protobuf/virtbuf"
|
pb "go.wit.com/lib/protobuf/virtbuf"
|
||||||
|
@ -16,11 +14,6 @@ import (
|
||||||
func main() {
|
func main() {
|
||||||
TestWriteCluster()
|
TestWriteCluster()
|
||||||
|
|
||||||
_, err := ioutil.ReadFile("/tmp/testing4.protobuf")
|
|
||||||
if err != nil {
|
|
||||||
log.Fatalln("Error reading file:", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
var c *pb.NewCluster
|
var c *pb.NewCluster
|
||||||
c = pb.InitCluster()
|
c = pb.InitCluster()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue