File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- go. dbus
2
- -------
1
+ dbus
2
+ ----
3
3
4
- go. dbus is a simple library that implements native Go client bindings for the
4
+ dbus is a simple library that implements native Go client bindings for the
5
5
D-Bus message bus system.
6
6
7
7
### Features
@@ -15,16 +15,16 @@ D-Bus message bus system.
15
15
This packages requires Go 1.1. If you installed it and set up your GOPATH, just run:
16
16
17
17
```
18
- go get github.com/guelfey/go. dbus
18
+ go get github.com/godbus/ dbus
19
19
```
20
20
21
21
If you want to use the subpackages, you can install them the same way.
22
22
23
23
### Usage
24
24
25
25
The complete package documentation and some simple examples are available at
26
- [ godoc.org] ( http://godoc.org/github.com/guelfey/go. dbus ) . Also, the
27
- [ _ examples] ( https://github.com/guelfey/go. dbus/tree/master/_examples ) directory
26
+ [ godoc.org] ( http://godoc.org/github.com/godbus/ dbus ) . Also, the
27
+ [ _ examples] ( https://github.com/godbus/ dbus/tree/master/_examples ) directory
28
28
gives a short overview over the basic usage.
29
29
30
30
Please note that the API is considered unstable for now and may change without
@@ -34,3 +34,5 @@ further notice.
34
34
35
35
go.dbus is available under the Simplified BSD License; see LICENSE for the full
36
36
text.
37
+
38
+ Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.
You can’t perform that action at this time.
0 commit comments