Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _cgo_*
_obj
_test
_testmain.go
*.protoset

/VERSION.cache
/bin/
Expand All @@ -29,7 +30,6 @@ _testmain.go
/misc/cgo/life/run.out
/misc/cgo/stdio/run.out
/misc/cgo/testso/main
/pkg/
/src/*.*/
/src/cmd/cgo/zdefaultcc.go
/src/cmd/dist/dist
Expand All @@ -45,4 +45,4 @@ _testmain.go
/test/garbage/*.out
/test/pass.out
/test/run.out
/test/times.out
/test/times.out
1 change: 1 addition & 0 deletions cmd/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ This directory contains example applications demonstrating GoVisual's features.

- [Basic Example](basic/) - Simple example demonstrating core GoVisual functionality
- [OpenTelemetry Example](otel/) - Example demonstrating OpenTelemetry integration
- [gRPC Agent Example](grpc_agent/) - Example demonstrating how to use GoVisual with a gRPC agent
Loading