JuanGQCadavid / golang

Laerning golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang

Laerning golang

“The expressions []color.Color{...} and gif.GIF{...} are composite literals”

[]color.Color{...} -> Slice gif.GIF{...} -> Struct -> Named type

Constants: It could be at the package level or at the function level. Only possibñe values are: * bool * string * number

About

Laerning golang


Languages

Language:Go 100.0%