catatan perjalanan belajar go π π₯ π₯
List of pass challenge using go π π π₯
Temparature Convertion Go
- data types
- variables
- operator
ControlFlow Go
- if - else
- switch
- for
- for range
- break
- continue
Season of a month Go
- switch - case construct
Return multiple values Go
- parameters and return values
- operator arithmatic
Sum all integer Go
- parameters and return values
- operator aritmathic
- len() function
- for range
Compute factorial number Go
- recursive function
- if else
- for loop
Filter number is even or odd Go
- Function used as value
- Function used as parameter
- Function used as filter
Fill array with loop counter Go
- Declaration and Initialization array
- Array Literals and parameters
- loop for using array
Finding fibonacci Go
- Array literals and parameter
- find fibonacci using array
- Find fibonacci using slice
Magnify slice Go
- Array and Slice
- Initialize array Integer
- For loop
- Copy a slice
- Append value to array
Insert slice in slice Go
- Array and Slice
- Initialize array String
- For loop
- Copy a slice
- Append value to array
Bubble sort Ascending - Descending Go
- Reslicing
Reverse string Go
- Reslicing
- Applying Strings, Arrays and Slice
Find the days in map Go
Construct double linked list Go
Anonymous struct Go
Coordinates of point Go
Make a rectangle Go
Implement stack data sturcture Go
Implement interface Go
Advance shape analysis Go
Sort People Go
Min Go
Make Stack Go
Analyzing input Go
Read Csv Go
Write Wiki Page Go
Static Web Go
Web App Serve Guest Go
Connect RPC in Go Go
Sending Mail STMP Go
Go In The Cloud Go
Channeling & Buffer In Go Go
Merge Sort Using Channel Go
Buzz Game Go
Multiplication Table Go
Implement Mutex Go
Generator Pattern Go
- move to your gopath
- git clone https://github.com/rans0/main-dengan-go.git
- cd main-dengan-go
go run <name of file>.go