mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 21:20:34 +07:00
feat: getting struct fields
This commit is contained in:
5
example_structs/post.go
Normal file
5
example_structs/post.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package structs
|
||||
|
||||
type Post struct {
|
||||
title string `json sex`
|
||||
}
|
||||
Reference in New Issue
Block a user