Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Generate unique value to struct's fields. #146

Open
donnol opened this issue Aug 4, 2023 · 0 comments
Open

[FEATURE] Generate unique value to struct's fields. #146

donnol opened this issue Aug 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@donnol
Copy link

donnol commented Aug 4, 2023

type User struct {
        Id             int               // unique value in this struct, like: 1.
        Age          int               // unique value in this struct, other value except 1, like: 2.
        Name      string           // unique value in this struct, like: "Jack".
        Phone      string          // unique value in this struct, other vlaue except "Jack".
}  
@donnol donnol added the enhancement New feature or request label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant