setup project with daemon, socket, cmd, air, notifying, state

This commit is contained in:
LeonardoTrapani
2025-08-07 00:01:49 +02:00
parent d3fc5ee3a4
commit f7936610c9
11 changed files with 457 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
package bus
import "testing"
func TestSockPath(t *testing.T) {
if _, err := SockPath(); err != nil {
t.Fatalf("SockPath: %v", err)
}
}