Skip to content

Files

Latest commit

 

History

History
14 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 364 Bytes

Golang fun fact

A repository that collect my experiments in learning Golang.

Experiments

  • Defer: Experiment for the timing when defer is executed. And other fun facts.

  • DeferFile: Experiment to help me keep using defer as usual in sussesive file operation circumstance.

  • FunctionArgs: Experiment to figure out how Golang call by value