Open
Description
I looked on GitHub about the packages commonly excluded from musttag
I found that https://github.com/goccy/go-json is frequently excluded from musttag
musttag:
functions:
- name: github.com/goccy/go-json.Marshal
tag: json
- name: github.com/goccy/go-json.MarshalContext
tag: json
- name: github.com/goccy/go-json.Unmarshal
tag: json
- name: github.com/goccy/go-json.UnmarshalContext
tag: json
Source: https://github.com/heffcodex/goutil/blob/e5bab38739f47b7b9769fb1172543c59f50d331d/.golangci.yml#L140
cc @goccy, hi 👋, great lib BTW