Skip to content

Commit

Permalink
Merge branch '65-feature-clean-up-repository-beautify-docs-and-attach…
Browse files Browse the repository at this point in the history
…-license-to-make-it-public' of https://github.com/zaphiro-technologies/protobuf into 65-feature-clean-up-repository-beautify-docs-and-attach-license-to-make-it-public
  • Loading branch information
chicco785 committed Jul 11, 2024
2 parents 3bce396 + 45380ae commit 6d8bfdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ProtoBuf Release Notes

## 0.0.7-dev - 2024-06-24
## 0.0.8-dev - 2024-07-11

- no changes

## 0.0.7 - 2024-06-24

### Documentation

Expand Down
Binary file added examples/go/faults/__debug_bin293364222
Binary file not shown.
5 changes: 4 additions & 1 deletion examples/go/faults/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ func main() {
fmt.Printf(
"Received a line fault event message: %s, event type: %s, faulty line: %s, probability: %f, length from t1: %f\n",
data.Fault.Id,
data.Fault.FaultEventType, *data.Fault.FaultyEquipmentId, *data.Fault.LocationProbability, *data.LengthFromTerminal1,
data.Fault.FaultEventType,
*data.Fault.FaultyEquipmentId,
*data.Fault.LocationProbability,
*data.LengthFromTerminal1,
)
}
}
Expand Down

0 comments on commit 6d8bfdf

Please sign in to comment.