This package provides Go bindings for udbserver, allowing you to inspect and control the emulation state through a GDB client.
```sh
$ go get github.com/bet4it/udbserver/bindings/go/udbserver
```
Please refer to this [example](example/main.go) to learn how to use this package:
```sh
$ go run ./example
```