Skip to content

Commit

Permalink
Well-known-struct-tags: sort the list in alphabetical order
Browse files Browse the repository at this point in the history
Also line up the pipes.

Change-Id: Ief6568babe27dcbc6b6d1846f9ab8ba088d4a1ce
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/635395
Commit-Queue: Ian Lance Taylor <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
  • Loading branch information
ianlancetaylor authored and gopherbot committed Dec 11, 2024
1 parent 0cc59b9 commit 488314c
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions Well-known-struct-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,27 @@ List entries can be added by anyone who creates a public package where a new tag
List entries can be removed when the links to the package documentation stops working or the author(s) of that package requests it.

## List of well-known struct tags
Tag | Documentation
----------|---------------
xml | https://pkg.go.dev/encoding/xml
json | https://pkg.go.dev/encoding/json
asn1 | https://pkg.go.dev/encoding/asn1
reform | https://pkg.go.dev/gopkg.in/reform.v1
dynamodbav | https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/dynamodbattribute/#Marshal
bigquery | https://pkg.go.dev/cloud.google.com/go/bigquery
datastore | https://pkg.go.dev/cloud.google.com/go/datastore
spanner | https://pkg.go.dev/cloud.google.com/go/spanner
bson | https://pkg.go.dev/go.mongodb.org/mongo-driver/bson
gorm | https://pkg.go.dev/github.com/jinzhu/gorm
yaml | https://pkg.go.dev/gopkg.in/yaml.v2
toml | https://pkg.go.dev/github.com/pelletier/go-toml
validate | https://github.com/go-playground/validator
Tag | Documentation
-------------|---------------
asn1 | https://pkg.go.dev/encoding/asn1
bigquery | https://pkg.go.dev/cloud.google.com/go/bigquery
bson | https://pkg.go.dev/go.mongodb.org/mongo-driver/bson
cue | https://pkg.go.dev/cuelang.org/go/cuego
datastore | https://pkg.go.dev/cloud.google.com/go/datastore
db | https://github.com/jmoiron/sqlx
dynamodbav | https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/dynamodbattribute/#Marshal
egg | https://github.com/andrewwphillips/eggql
feature | https://github.com/nikolaydubina/go-featureprocessing
gorm | https://pkg.go.dev/github.com/jinzhu/gorm
graphql | https://github.com/samsarahq/thunder
json | https://pkg.go.dev/encoding/json
mapstructure | https://pkg.go.dev/github.com/mitchellh/mapstructure
parser | https://pkg.go.dev/github.com/alecthomas/participle
protobuf | https://github.com/golang/protobuf
db | https://github.com/jmoiron/sqlx
url | https://github.com/google/go-querystring
feature | https://github.com/nikolaydubina/go-featureprocessing
graphql | https://github.com/samsarahq/thunder
egg | https://github.com/andrewwphillips/eggql
cue | https://pkg.go.dev/cuelang.org/go/cuego

parser | https://pkg.go.dev/github.com/alecthomas/participle
protobuf | https://github.com/golang/protobuf
reform | https://pkg.go.dev/gopkg.in/reform.v1
spanner | https://pkg.go.dev/cloud.google.com/go/spanner
toml | https://pkg.go.dev/github.com/pelletier/go-toml
url | https://github.com/google/go-querystring
validate | https://github.com/go-playground/validator
xml | https://pkg.go.dev/encoding/xml
yaml | https://pkg.go.dev/gopkg.in/yaml.v2

0 comments on commit 488314c

Please sign in to comment.