From fedcc92013dc99fa828149855f5b3ea944e2411a Mon Sep 17 00:00:00 2001 From: Andrew Simachev Date: Tue, 27 Feb 2024 11:26:31 +0100 Subject: [PATCH] fix comment --- go/nativeMessagingHost.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/nativeMessagingHost.go b/go/nativeMessagingHost.go index 592e0f2276..45a2609bf0 100644 --- a/go/nativeMessagingHost.go +++ b/go/nativeMessagingHost.go @@ -2,7 +2,6 @@ - This is the native messaging host for the AnyType browser extension. - It enables the web extension to find the open ports of the AnyType application and to start it if it is not running. - It is installed by the Electron script found in electron/js/lib/installNativeMessagingHost.js -- for more docs, checkout the webclipper repository: https://github.com/anytypeio/webclipper */ package main