diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 5f20825bb..9f95f5795 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -77,7 +77,8 @@ const ( - "beacon" (the beacon package) - "discover" (the discover package) - "files" (the files package) - - "net" (the main packge; connections & network messages) + - "net" (the main package; connections & network messages) + - "model" (the model package) - "scanner" (the scanner package) - "upnp" (the upnp package) - "xdr" (the xdr package)