ThisingL commented on code in PR #2587:
URL: https://github.com/apache/fory/pull/2587#discussion_r2329106615
##########
go/fory/tests/structs.go:
##########
@@ -17,12 +17,40 @@
package fory
+import "time"
+
// ValidationDemo is a simple struct for testing code generation
// Contains only basic types since PR1 only supports basic types
// fory:gen
type ValidationDemo struct {
- A int32 `json:"a"` // int32 field
- B string `json:"b"` // string field
- C int64 `json:"c"` // int64 field (instead of array, as arrays are not
supported yet)
+ A int32 `json:"a"` // int32 field
Review Comment:
it is not required, l need to delete them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]