You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
musttag:
functions:
# The full name of the function, including the package.
- name: github.com/json-iterator/go.Marshal
# The struct tag whose presence should be ensured.
tag: json
# The position of the argument to check.
arg-pos: 0
I looked on GitHub about the packages commonly excluded from
musttag
https://github.com/search?q=path%3A%2F.golangci*%20%22musttag%3A%22%20%22functions%22%20-path%3A*reference*%20&type=code
I found that https://github.com/goccy/go-json is frequently excluded from
musttag
Source: https://github.com/heffcodex/goutil/blob/e5bab38739f47b7b9769fb1172543c59f50d331d/.golangci.yml#L140
The lib is very popular:
cc @goccy, hi 👋, great lib BTW
The text was updated successfully, but these errors were encountered: