Skip to content

Latest commit

 

History

History

FortHours2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

100HoursOfGo

100 Hours Of Golang

Second Fourteen Hours

Read Golang Specs for Control Flow, For Loop, If else and 
switch case statements along with logical operators
Practised topics covered in Hour 15 attended a quiz for the same
Read Golang Specs for Arrays, Slices and Maps
Practised topics covered in Hour 17 attended a quiz for the same
Read Structs from Golang Specs
Practised topics covered in Hour 19 attended a quiz for the same
Read Functions, Vardiac parameters, Methods, Defer and 
Syntax for the same from Golang Specs
Interfaces, Polymorphism, Anonymous function and 
func expressions, return a function, callbacks, 
closure and recursion from Golang Specs