Thanks. I am in java development but watching your videos now i have an idea of GO language too.
@musicjunkie4215 жыл бұрын
Your level of production is very good quality now!
@vishalshakti99865 жыл бұрын
You are doing really great job sir 👍 Keep doing sir & we'll keep supporting you
@sukhmanjeetsingh13144 жыл бұрын
Damn you did it again why you never let me dislike your video ....you are too good to dislike👏👏👏👏👏👏👏👍
@cshri1234 жыл бұрын
Excellent job
@Vinay_Yarramsetty3 жыл бұрын
Thanks for the video navin. Pls explain about range as per the below code: func main(){ numbers := [5]int{1,2,3,4} for i,x:= range numbers{ fmt.Printf("value of x = %d at %d ", x, i) } }
@yuva4345 жыл бұрын
Well explained👏
@saddamahmad23105 жыл бұрын
thank you very much sir for this video
@smileplease41825 жыл бұрын
Love you guru ji
@rohitchapagain3485 жыл бұрын
package main import "fmt" func main(){ i:=0 for i
@RavikantKumar-dc2rd5 жыл бұрын
Assignment package main import "fmt" func main() { for i:=1;i
@teluskosupport12 жыл бұрын
Got 1 to 100
@coderrishav4 жыл бұрын
package main import "fmt" func main(){ for i := 1;i < 111;i++ { fmt.Println(i) } }
@papachoudhary54825 жыл бұрын
Thanks! Sir
@MaxProgramming5 жыл бұрын
Answer to the question package main import "fmt" func main() { for i:=1; i
@shivasrivastava50442 жыл бұрын
got 1 to 100
@teluskosupport12 жыл бұрын
got 1 to 100
@aryamaangoswamy1795 жыл бұрын
I did it! package main import "fmt" func main() { for i := 1; i
@abhishek-kapoor5 жыл бұрын
package main import "fmt" func main() { for i := 1; i
@LucaCanali5 жыл бұрын
It's same to c or c++ !!!
@teluskosupport12 жыл бұрын
every language have same concept but there are some additionaly features only. and all language have there differnt use
@satyamuralidharpeddireddi61925 жыл бұрын
hi let me know what is use of #for_ , and #foreach In golang
@явыиграл-д6ф5 жыл бұрын
Oh I remember, this count loop is same as while loop in Python you taught us 🙄
@delhi_ka_launda5 жыл бұрын
Takle sir aap bhit acha pdhate ho
@badalkarki76703 жыл бұрын
Your tutorials are always great and helpful but on this goLang tutorial videos, it feels like you are assuming the viewers have idea of other programming languages. So, for a complete newbie who does not know anything about any kind of programming languages might have a hard time learning go Lang with this tutorial. For those newbie you can go with other programming language tutorial of Telusko to kick off in coding world. Thanks
@anirudhjanjirala11178 ай бұрын
func main() { for i := 1; i
@pathagara71455 жыл бұрын
package main import "fmt" func main() { for i := 1; i
@teluskosupport12 жыл бұрын
got 1 to 100 integers and printed and each printed in next lines
@archit76065 жыл бұрын
package main import "fmt" func main() { for i :=1 ; i