Expose as printer in mdns.

Add http handler.
This commit is contained in:
2020-09-19 00:16:58 +02:00
parent a33fdeb808
commit 206e60e400
4 changed files with 33 additions and 2 deletions

1
go.mod
View File

@@ -5,5 +5,6 @@ go 1.14
require (
github.com/godbus/dbus/v5 v5.0.3
github.com/holoplot/go-avahi v0.0.0-20200330183759-353f06b94992
github.com/sirupsen/logrus v1.6.0
golang.org/x/tools/gopls v0.3.4 // indirect
)