commit | abcc391e489acc597d7a9f08b4bc40321b413ea5 | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Fri Apr 15 16:16:21 2022 |
committer | Georg Reinke <guelfey@gmail.com> | Fri Apr 15 16:16:21 2022 |
tree | cb98cc3f2467778b77596bc926f0d5027b6ced06 | |
parent | 3146f5b274c19f5f2968175067494bec42d41ade [diff] |
sig: don't panic decoding empty dict
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.12 or later. It can be installed by running the command below:
go get github.com/godbus/dbus/v5
The complete package documentation and some simple examples are available at godoc.org. Also, the _examples directory gives a short overview over the basic usage.
Please note that the API is considered unstable for now and may change without further notice.
go.dbus is available under the Simplified BSD License; see LICENSE for the full text.
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.