Структуры (записи)

type colorPoint struct {
    //Fields
    x, y int

    //In Golang there are no properties
    Color Brush
}