lincDial exceeding declaration fix

This commit is contained in:
vadym 2022-12-01 15:09:41 +02:00
parent 64b780c89a
commit 1273a24a41

View file

@ -16,11 +16,6 @@ import (
//"github.com/Arceliar/phony" // TODO? use instead of mutexes
)
type linkDial struct {
url *url.URL
sintf string
}
type links struct {
phony.Inbox
core *Core