diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 15:03:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 15:03:05 -0600 |
| commit | ff1721c250420fb4f1ce24f13d2e20721e40a07b (patch) | |
| tree | 3a61ac908c628077368ad27158746b726f0a5659 /example | |
| parent | e725c0cc8011ab6d2c418f83d9b86c7897fabef4 (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.go | 1 |
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 } |
