Functions are very clean in golang

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

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

func multiplier(values ...int) (int, string) {
result := 0
for i := range values {
for j := i + 1; j < len(values); j++ {
result = result + values[i]*values[j]
}
}
str := "lco"
return result, str
}

shahnawazahmad
Автор

Sir, why did you stop this series??
We really loved it!
Please do continue

dheerajlalwani
Автор

Hi Hitesh Sir,
Thank you so much for this service. The way you explain is just amazing ❤️. Hope to learn more about Go lang🤩

swapniljain
Автор

Learning alot from your node js backend development course

shubhamshorts
Автор

Hi, Hitesh Choudhary
Your explanation is easy and straightforward and thanks for the making this appreciate it.

umarvlogs
Автор

func multiplier(values ...int) (int, string) {
product := 1
for i := range values {
product = product * values[i]
}
name := "lco"
return product, name

nabeelahmed
Автор

Why did you stop the series? Will you continue it in future or stopped permanently?

bappirahman
Автор

Hi Hitesh!
Love the video's man! You have seriously helped me a lot throughout my coding journey as for some reason I could connect to your words which you use when you speak while coding. They really helped me bring the best in me! Thank you so much man, Lots of Love from Mumbai!
Also could you tell which theme are you using on your VSCode, as it looks killer and awsome!...
Thanks bud! Keep it up you rock!

akshatmodi
Автор

Hi, Hitesh
I hope you are doing well.
In golang, I can't understand packages and it's modules.
Your explanation is simple and straightforward and thanks for the tutorial appreciate it.

abinashpanda
Автор

why your website is always going down?

soulseller
Автор

Hey Hitesh, will this course be having more stuff, or that's all we have for this course?
Eagerly waiting for Golang Web tutorial.

priteshshinde
Автор

Hi sir please make a video about best programming YouTube channels

mahdiahmadi
Автор

Hi, Hitesh. I wanted to request you to make a very extensive video on "when and when not to use a certain backend web framework". Namely, Node.js, Django, Laravel, ASP.NET, Rails, GoLang, Spring Boot. And also another "when and when not to use" video for native android, Flutter and React Native, Native ios.

nahian.rifaat
Автор

Hii Hitesh sir,
In these lockdown days, I am free and I want to learn some softwares for making websites please suggest me some tools
And also I know you from childhood and I am your student when you teach physics.
Please help me to suggest me which tool should I start with

shumedy
Автор

Nice language, the input way to insert data is terrible ... Thanks for this beautiful tutorials.

JaminFernandez
Автор

As you know at present python is the most prefered programming language ..!! Can you explain which other programming language is going to be preferred more in future..!?? Can golang be that future language..!!??

DhruvPatel-xvzd