go-mstdn/ent
Charles Iliya Krempeaux 04cb2bbcce mstdn/ent.Application 2024-08-08 16:49:58 -07:00
..
admn "sourcecode.social/reiver/go-nul" -> "github.com/reiver/go-nul" 2024-08-01 16:59:52 -07:00
README.md README.md 2024-08-08 12:55:14 -07:00
account.go mstdn/ent.Account 2024-08-08 12:22:10 -07:00
account_marshaljson_test.go mstdn/ent.Account 2024-08-08 12:22:10 -07:00
accountholder.go initial commits 2023-09-28 06:13:25 +09:00
accountholder_marshaljson_test.go mstdn/ent.AccountHolder 2024-08-08 12:51:21 -07:00
application.go mstdn/ent.Application 2024-08-08 16:49:58 -07:00
application_marshaljson_test.go mstdn/ent.Application 2024-08-08 16:49:58 -07:00
customemoji.go mstdn/ent.CustomEmoji 2024-08-08 11:22:53 -07:00
customemoji_marshaljson_test.go mstdn/ent.CustomEmoji 2024-08-08 11:22:53 -07:00
errors.go mstdn/ent.Status.MarshalJSON() 2024-08-07 13:06:16 -07:00
field.go mstdn/ent.Field 2024-08-08 12:27:55 -07:00
field_marshaljson_test.go mstdn/ent.Field 2024-08-08 12:27:55 -07:00
field_unmarshaljson_test.go mstdn/ent.Field 2024-08-08 12:27:55 -07:00
mediaattachment.go "sourcecode.social/reiver/go-nul" -> "github.com/reiver/go-nul" 2024-08-01 16:59:52 -07:00
mention.go "sourcecode.social/reiver/go-opt" -> "github.com/reiver/go-opt" 2024-08-01 15:29:50 -07:00
notification.go "sourcecode.social/reiver/go-opt" -> "github.com/reiver/go-opt" 2024-08-01 15:29:50 -07:00
poll.go mstdn/ent.Poll 2024-08-08 12:46:59 -07:00
polloption.go "sourcecode.social/reiver/go-nul" -> "github.com/reiver/go-nul" 2024-08-01 16:59:52 -07:00
previewcard.go "sourcecode.social/reiver/go-nul" -> "github.com/reiver/go-nul" 2024-08-01 16:59:52 -07:00
previewcardhistory.go "sourcecode.social/reiver/go-opt" -> "github.com/reiver/go-opt" 2024-08-01 15:29:50 -07:00
report.go mstdn/ent.Report 2024-08-08 12:50:09 -07:00
report_marshaljson_test.go mstdn/ent.Report 2024-08-08 12:50:09 -07:00
role.go mstdn/ent.Role 2024-08-08 12:46:06 -07:00
role_unmarshaljson_test.go mstdn/ent.Role 2024-08-08 12:46:06 -07:00
status.go mstdn/ent.Status 2024-08-08 11:24:05 -07:00
status_marshaljson_test.go mstdn/ent.Status 2024-08-08 11:24:05 -07:00
tag.go "sourcecode.social/reiver/go-opt" -> "github.com/reiver/go-opt" 2024-08-01 15:29:50 -07:00

README.md

Use "github.com/reiver/go-json" rather than the Go built-in "encoding/json".

(Need it so omitempty works with more types.)