feat: getting struct fields

This commit is contained in:
2025-02-11 18:51:25 +07:00
commit 653c667e57
9 changed files with 139 additions and 0 deletions

5
example_structs/post.go Normal file
View File

@@ -0,0 +1,5 @@
package structs
type Post struct {
title string `json sex`
}