From 9370f9cae498df6af9c36ee9a449b9457433d2aa Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 9 Aug 2015 09:39:28 +0200 Subject: [PATCH] s/internal/lib/ --- cmd/discosrv/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/discosrv/main.go b/cmd/discosrv/main.go index 7c95866bd..d14842cf2 100644 --- a/cmd/discosrv/main.go +++ b/cmd/discosrv/main.go @@ -18,7 +18,7 @@ import ( "github.com/golang/groupcache/lru" "github.com/juju/ratelimit" "github.com/syncthing/protocol" - "github.com/syncthing/syncthing/internal/discover" + "github.com/syncthing/syncthing/lib/discover" "github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb/opt" )