1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

update doc

This commit is contained in:
chavacava
2025-09-20 18:54:59 +02:00
parent 2a21ae5c1c
commit 199b3d2faa

View File

@@ -1293,6 +1293,7 @@ The list of [supported tags](https://go.dev/wiki/Well-known-struct-tags):
| ------------- | ------------------------------------------------------------------------ |
| `asn1` | <https://pkg.go.dev/encoding/asn1> |
| `bson` | <https://pkg.go.dev/go.mongodb.org/mongo-driver/bson> |
| `cbor` | <https://pkg.go.dev/github.com/fxamacker/cbor/v2> |
| `datastore` | <https://pkg.go.dev/cloud.google.com/go/datastore> |
| `default` | The type of "default" must match the type of the field. |
| `json` | <https://pkg.go.dev/encoding/json> |