svlm
Results
1
issues of
svlm
I'm referencing a struct of third-party library, eg look like: ``` type User struct { ID int64 `json:"id"` Name string `json:"first"` // want to change this to `json:"name"` tag string...