6 lines
71 B
Go

package dto
type Greeting struct {
Message string `json:"message"`
}