Golang Tutorial #3 - Assignment Expression & Implicit vs Explicit

preview_player
Показать описание
This golang tutorial discusses the use of the assignment expression operator and the difference between an implicit and explicit variable declaration.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

⭐ Tags ⭐
- Tech With Tim
- Golang Implicit
- Golang Variables
- Golang Explicit
- Assignment Expression Golang

⭐ Hashtags ⭐
#GO #Golang
Рекомендации по теме
Комментарии
Автор

Lot of material out there, but yours is by far the more concise and clear! Thank you!

martinlupa
Автор

Thanks for all your hard work
I think this is the best go playlist i accessed so far

tushardimri
Автор

tim i think you deserve some kind of award. your channel has been very helpful! greetings from indonesia <3

luthfiaersyanad.
Автор

Go really is an amazing language....I'm enjoying it!!!

nathanlloyd
Автор

Still having hard time to make the switch in my mind from Python to this 😄

jimshapedcoding
Автор

When this is done you could do a go game developing tutorial with something like the ebiten library. I find it very fun to learn a programming language by making simple games.

kilianvounckx
Автор

Tim I like the way you explain and its been around days that I am folowing your python tuts and made me to make a channel and teach to others in other language, I would love your support and feedback. good luck

nadim
Автор

What's the recommended code style of declaring variables? Using the walrus operator or the regular "=" expression?

bikramjeetsingh
Автор

Thanks for the tutorials man!! super interesting and cant wait for the next one. How far are you going to go with the tutorial?? thanks!!

enriquesnetwork
Автор

Your tutorials are amazing Tim! I've learned a lot of Python from you and I think I should be able to call myself intermediate. But one question though, when you're running the Go program, why is it so slow? I mean calling the type function on a number in Python would print back in milliseconds but Go takes a lot of time. Why is that?

arafat_ar
Автор

A small doubt...
From where do you learn these, I mean any online video sources or books or any other sources???
So that I can go into a deep in python language...

abhinavk
Автор

Hi Tim, Can you add all the .MD files you use in these tutorials in GitHub or Instagram or by any other means

joeshua
Автор

on windows why go run takes some time to run....is any antivirus or something interfering with that??

saikaraka
Автор

default values are, imho, a bad design deision.. if you forget to assign and don';t know it it will be a pain in the ass to debug rather than just throwing an error

elalemanpaisa
Автор

The Go language does not "guess."

flyingzeppo
Автор

Hi @techwithTim I greatly appreciate all you do and offer to the tech community I was wondering if you knew the best stable tools for grpc services monitoring. Been researching but only grafana elk and the likes come up. What’s the best tool to give accurate logs please

andrewnwajei