Variables, types and constants

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.

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

If you want to check the upper limit use this formula 2^n where n is number of bits. Example : uint8 n = 8 so upper limit would be 2^8 = 256, so the range is 0 - 255

projectoswald
Автор

Can't express how much I am enjoying this! 💜

adarshshete
Автор

Bhai Kya Sahi Sikhate Ho Yaar....Mai 2 Saal Baad Dekh Raha Hu Ye Video....Programming Nahi Sikhuga Kabhi Bhi Aisa Bolta Tha Maine Khudko, Lekin Abb Lag Raha Hai Go Mai Try Kruga Mai.... Thank You And Keep Growing.❤

krishnaporje
Автор

Awesome. Very nice explanation. No mood for Learning go lang, but your one-day Youtube video strategy works for us. One small video each day is just like a small doze of medicine that works well :D

zeeshansafdar
Автор

I came from javascript, python and java, worked with them in that order, python is my less favorite language, java is the most for its robustness and then it follows javascript for its expressiveness. GO is about to kick off java on my heart: the dev experience is so WOW! Like having the robustness from java, the simplicity from javascript and the performance of C. WHAT THE HECK, THIS IS THE GOAT

danielvega
Автор

It gives a blank space when we put string (11:12)

devrishikmaruturi
Автор

This series so good, I am so pumped up for upcoming Videos !!1

keyurbarot
Автор

Amazing. Clear and concise explanation

kelechiduru
Автор

Hey, Hitesh Choudhary
Great and you make it look simple, so good content, as always!!!
I just 💜loved it.
Thanks for sharing it!🙏

DevMadeEasy
Автор

11:06
exercise of empty string
1. I tried with fmt.Println
output :- empty and %T

2. I tried with fmt.Printf
output:- empty and string

AfrozShaik
Автор

Howcome it still worked without the go mod init? Great tutorial btw. Only your videos managed to motivate me to learn golang !

Kokoloko
Автор

Can't wait another day to see the next lesson of this beautiful series, So decided to buy Pro Subscription

ranashabi
Автор

so the concept is as told at 9:20, float32 has 5 digits after decimal, it isn't concrete, it should be float32 has total 8 digits including the ones before and after decimal, same goes with float64 (16 digits total), and they round off the last digit too.

utkarshagarwal
Автор

sir please update the course, can't run multiple "main.go" files in v1.21.4, the files after creation gives the following error - "gopls was not able to find modules in your workspace"

priyanshupatra
Автор

Gives a blank space for default string value (11:07)
Variable is of type: string

rafiqueshaikh
Автор

Hi @hiteshchoudhary, i had installed the latest version of go lang 1.21 and i don't see the lexer automatically displaying the import variable. It was the same when i tried to involve the bufio package as well. It is neither showing the run commands nor the import variables. attaching the screen shot. Awaiting your reply . Thanks

yashwanthvijay
Автор

Hi Hitesh, for making my variable public i.e outside method is it hard and fast rule to initialise variable name by capital Letter, i can access in method by using small letter also reference: (Logintoken) i can access through logintoken as well please suggest . Thanks

kartik
Автор

also, you can declare multiple variables in a single line

```var name, age, height, isMarried = "Zayn", 10, 5.8, false```

polymath-
Автор

Uninitialized string = ""
Empty

flexairz
Автор

Hello, my code is running but I'm getting two errors that I'm unable to resolve "gopls was not able to find modules in your workspace.
When outside of GOPATH, gopls needs to know which modules you are working on."

maansi