Structs - Go Lang Practical Programming Tutorial p.6

preview_player
Показать описание
In the programming language of Go, there are no Classes. Instead, we can create custom types called Structs, which we then associated methods with.

Рекомендации по теме
Комментарии
Автор

Great video. Just forgot to follow the Golang convention for variable naming, which is MixedCaps or mixedCaps.

ev.c
Автор

Great tutorials, thanks for the effort :)

animusdsouza
Автор

Great short videos!! keep doing Golang! thx

eavM
Автор

Nice... the language is similar to Delphi. I actually like the languge. The fact that it is compilable is very neat.

wuda-io
Автор

It's so ugly when you use Python like syntax. You should avoid using underscores in Go.

koodauskanava
Автор

sir, i can't able to run this program
in browser
help plz 🙏🙏🙏

ashutoshporwal_
Автор

Does he mention Python in all the videos in this series?

nunzence
Автор

So structs are lowercase and the properties in snakecase ? Hmm

Suriprofz
Автор

Well, it looks like a hybrid of c and java (with zero semicolons). Anyways, can anybody explain why would we need this language?

toxicdesire
Автор

pls elaborate why astrik before http.Request ?

himanshudave
Автор

Is there something similar to unions in go?

nands
Автор

why this language obsessed about where curly brace should be placed?..

sdbit
Автор

You can see why Go makes one way to format code.... Nothing worse than Go being written badly/wrongly - so unreadable! Do not look at this code and think this is how Go should be written - Look at the standard library....! Leave the mess to

tonylegge
visit shbcf.ru