While working with "if-else" remember if num < 5 { line of code to be executed } else { line of code to be executed } NOTE: you have to write the else statement on the same line where "if" statement curly brace ended otherwise it will cause error 🐞
@rezaulmasum2053 жыл бұрын
Do you have any plan to make tutorial on golang grpc??
@danielvega6466 ай бұрын
I love the fact that Go says "No." to that odd practice started on C# of breaking the line for declaring bracets, that ugly thing of: if myConditionName { // my logic }
@1_PieceOfCode Жыл бұрын
if we create a variable in if statement, can we then use it outside of that if statement scope? ex: if err,res := someApiCallFunctionMaybe(); err == nill { // error handling } //user res here ??
@ashutoshrajput37573 ай бұрын
no
@jayakumar99763 жыл бұрын
Hello hitesh , Please create a full stack developer bootcamp,i really wish learn from you.