setup project with daemon, socket, cmd, air, notifying, state
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package bus
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSockPath(t *testing.T) {
|
||||
if _, err := SockPath(); err != nil {
|
||||
t.Fatalf("SockPath: %v", err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user