summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 15:03:05 -0600
committerJeff Carr <[email protected]>2025-01-09 15:03:05 -0600
commitff1721c250420fb4f1ce24f13d2e20721e40a07b (patch)
tree3a61ac908c628077368ad27158746b726f0a5659 /example
parente725c0cc8011ab6d2c418f83d9b86c7897fabef4 (diff)
compiles again
Diffstat (limited to 'example')
-rw-r--r--example/file.proto (renamed from example/auto.proto)0
-rw-r--r--example/fruit.New.go1
2 files changed, 1 insertions, 0 deletions
diff --git a/example/auto.proto b/example/file.proto
index d65ccd0..d65ccd0 100644
--- a/example/auto.proto
+++ b/example/file.proto
diff --git a/example/fruit.New.go b/example/fruit.New.go
index c00f981..6d32ded 100644
--- a/example/fruit.New.go
+++ b/example/fruit.New.go
@@ -3,5 +3,6 @@ package main
func NewFruits() *Fruits {
x := new(Fruits)
x.Uuid = "test"
+ x.Version = "v0.0.2"
return x
}