From 13f2427b7c7f44df3a5f4bbf4e8c9e73da25c143 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 25 Mar 2021 15:02:50 +0100 Subject: [PATCH] initial.. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6666380 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Source code originally forked from: + +- https://github.com/jfarleyx/chrome-native-messaging-golang + +Most of the lines still here from jfarleyx's project is in the native messaging host written in Go and if anyone is interested in starting their own project using a good skeleton it should fork it from there too.