minor README changes...

This commit is contained in:
Marcell Mars 2023-07-29 01:34:40 +02:00
parent cbebd6b572
commit 05acd74644
2 changed files with 8 additions and 5 deletions

View file

@ -1,5 +0,0 @@
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.

8
README.mkd Normal file
View file

@ -0,0 +1,8 @@
This repository is forked from:
- [https://github.com/jfarleyx/chrome-native-messaging-golang](https://github.com/jfarleyx/chrome-native-messaging-golang)
[jfarleyx's project](https://github.com/jfarleyx/chrome-native-messaging-golang) is a great skeleton for anyone interested in writing native messaging host in Go.