@@ -0,0 +1,13 @@
package main
import "encoding/json"
type User2 struct {
Name string `json:"name"`
Age int `json:"age"`
}
func main() {
u := User2{"小红", 18}
json.Marshal(u)
The note is not visible to the blocked user.