Answer the question
In order to leave comments, you need to log in
`
What is the name of the line highlighted by grave accent(`) in golang?
Used in structures. For example, to parse JSON:
type ResponsePosts struct {
Count int `json:"count_posts"`
NewPosts []Post `json:"posts"`
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question