From 287fd415ad81400b1326c4208359cbdf133fdaf3 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sun, 2 May 2021 17:31:08 +0900 Subject: [PATCH] Add sponsor section to the README --- .github/FUNDING.yml | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ab4b632 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [goccy] diff --git a/README.md b/README.md index 5a53bef..aaf0189 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ We are accepting requests for features that will be implemented between v0.6.0 a If you have the API you need, please submit your issue [here](https://github.com/goccy/go-json/issues). For example, I'm thinking of supporting `context.Context` of `json.Marshaler` and decoding using JSON Path. - # Installation ``` @@ -510,6 +509,10 @@ Regarding the story of go-json, there are the following articles in Japanese onl - https://speakerdeck.com/goccy/zui-su-falsejsonraiburariwoqiu-mete - https://engineering.mercari.com/blog/entry/1599563768-081104c850/ +# Looking for Sponsors + +I'm looking for sponsors this library. This library is being developed as a personal project in my spare time. If you want a quick response or problem resolution when using this library in your project, please register as a [sponsor](https://github.com/sponsors/goccy). I will cooperate as much as possible. Of course, this library is developed as an MIT license, so you can use it freely for free. + # License MIT