diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 04:09:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 04:09:54 -0500 |
| commit | 36e69dd84cd0311c12415b6ae430478f43e64c3b (patch) | |
| tree | 323cb32f4dd9bc4d80279be43853f40d709930c5 /example/main.go | |
| parent | c2e30a373af041ecebcc798564499f2347005df6 (diff) | |
| parent | 6337988092218a0080fa164aab4469334979b1b5 (diff) | |
Merge branch 'jcarr' of git.wit.com:jcarr/virtbuf into jcarr
Diffstat (limited to 'example/main.go')
| -rw-r--r-- | example/main.go | 7 |
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() |
