As an penetration testing enthusiast, golang pulls my attention alot, and your videos are perfectly helping me learn it :) Thanks!
@VictorKun2 жыл бұрын
All the errors are so similar to C, C++ The places when you use get() and gets() to remove storing the delim char from the buffer into the variable It's incredibly similar and you explain it so easily @Hitesh Choudhary
@SaiNehatha489 ай бұрын
Thank you so much Hitesh . I love watching your videos and made great practice too.
@severgun5 ай бұрын
You don't need to add trailing space in Println. Strings already concatinated by space. In your example you have double space printed out
@Amitmund3 жыл бұрын
Thank you for this playlist. Will you be able to share your example code git link?
@nayyershahzad80512 жыл бұрын
beautifully explained! Hats off to the great teacher!!!
@prasannakumar70353 жыл бұрын
Enjoyed a lot sir and learned good way of writing code as well .
@hemanthchowdaryd3 жыл бұрын
what is difference between fmt.scanf and bufferio reader?
@yadhukrishna9839 Жыл бұрын
if you want to read formatted input with a specific structure, fmt.Scanf can be useful. However, if you need to read lines of text or handle more flexible input scenarios, using bufio.Reader might be a better choice.
@hemanthchowdaryd Жыл бұрын
@@yadhukrishna9839 thank you
@jayranpariya71423 жыл бұрын
Thank you sir best go series
@046shrinivasnarkhede210 ай бұрын
after entering (strings.Trimspace(input), 64), its showing error " undeclared name: strings compiler (UndeclaredName ) " at a string, can you tell me any fix for that?
@kanagat_zh2 жыл бұрын
learning Go after Python is sooo difficult 🥲
@KeshavKarki-c2v10 ай бұрын
same stuck with python ease
@WEBADDA075 ай бұрын
I never learned python 🥲
@kishorimore85262 жыл бұрын
good series...where code base is available?(gitlink)
@VijayChintapandu8 ай бұрын
strconv.Atoi(strings.TrimSpace(input)) also can work
@MuhammadBilal-gf7ci3 жыл бұрын
How can i get your complete course in Golang.
@omjogani3 жыл бұрын
Thank you for the free series...
@thedevnoteyt3 жыл бұрын
You're awesome sir🔥❤️
@dfgyjjjj24 күн бұрын
can anyone tell me where to get this sample code s he is using?
@kelechiduru962 Жыл бұрын
Good tutor.
@surendrapandey96532 жыл бұрын
why not use fmt.Scanln()?
@herolivesnu2 жыл бұрын
I am also asking the same question. I think fmt.Scanln() does not give room for handling error if error occurs from the input.
@basicfacts70133 жыл бұрын
Anyone here can solve this plz Write a program which takes two strings as input from the user (str1 and str2). This program should print two strings as output (op1 and op2). op1 should contain all the characters which are present in str1 but NOT present in str2. op2 should contain all the characters which are present in str2 but NOT present in str1.
@TechTessellator3 жыл бұрын
This is not stack overflow
@basicfacts70133 жыл бұрын
@@TechTessellator buts it is programming channel i guess
@mechtoit65552 жыл бұрын
@@basicfacts7013 heyy buddy visit us...i have too much stuff for golang...
@mechtoit65552 жыл бұрын
if you got solution.just try to upload here as well
@VictorKun2 жыл бұрын
@@basicfacts7013 Spew any logic that gets your work done right? XD go to stack overflow mate
@Avinashkumar-xt4zq2 жыл бұрын
I think it takes a quite a lot of efforts to write a simple code in this language. We could've done all this in just few lines in c++ but yeah, for handling that error part, we might have needed to write another try catch block.. But yeah, this language is looking like a pain in the ass with so much of syntax here. 😭😭😭
@shivanishreya113 Жыл бұрын
true bullshit syntax
@MukeshKumar-of9zh3 жыл бұрын
Is there any ReadInt or ReadFloat in bufio!?
@TechTessellator3 жыл бұрын
There is no way to read ints or floats directly using bufio. You can, however, use fmt.Scanf() method to scan ints and floats directly from the user. If you have ever used Java, this is very familiar syntax.
@ganesh8053 жыл бұрын
Thank you Sir 🔥👍♥️
@pranav_at_yt3 жыл бұрын
Plz make a video on open ai code x
@sid51073 жыл бұрын
Which os you are using bro?
@neelesh20233 жыл бұрын
mac os
@singalurikeerthi80093 жыл бұрын
Why there is /n beside 4??
@AshutoshShelkeP2 жыл бұрын
is the character for new line. so when entering number you press enter this character is added to the input.
@AdityaSingh-ql9ke Жыл бұрын
language designers are seriously high while working,
@ujjwalsharma65742 жыл бұрын
numRating, err:=strconv.ParseInt(strings.TrimSpace(input),36,64) Enter Your Rating 54 Your rating= 54 Added 1 to Your rating= 185 How am I getting this 158 as an output please tell me??
@souravpakhira Жыл бұрын
because you are providing base as 36. You need to provide base as 10 instead of 36.
@shivatapasya1910 Жыл бұрын
@@souravpakhira why did we mention 64 ?
@AshutoshShelkeP2 жыл бұрын
I'll stick to python for now.
@IshanKesharwani3 жыл бұрын
I saw Conversion and I instantly thought another girl being the victim of LOVE JIHAD and then I the magical word *GO* and the channel name 😂 😂
@easyguidetosuccess3 жыл бұрын
People come here to do programming, so please keep your bullshit to yourself and only comment something helpful.
@nikhilbajaj37973 жыл бұрын
🤦🤦🤦
@atharvparlikar87653 жыл бұрын
OMG golang is soo shitty why do people use this???