Consider this to run a mini test:
victorgo/
├── examples
│ └── sdk_example
│ └── main.go // run this file
├── include/ // Header files
│ └── victor/
│ └── victor.h
└── lib/ // Library files
└── libvictor.so (or .dylib, .dll, etc.)
- Ensure the Victor library (
libvictor.so
,.dylib
, or.dll
) is placed in thelib/
directory - Run the example code:
go run ./examples/sdk_example/main.go