Go Documentation. A guide to learning the Go programming language from the ground up.

github.com/anisul-Islam/go-documentation

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2022
  • pointer and structure is added
  • pointer and structure is added
June 2022
  • break and continue keywords
  • series related programs
  • a go program to spell digits with switch statement
  • a program to spell digits using if, else if, else
  • find large/small number among 3 numbers program using logical operators
  • find large/small number among 3 numbers program using logical operators
  • find large/small number among 3 numbers program
  • even/odd program
  • even/odd program
  • if, else if, else statement
  • bitwise operators
  • assignment operators
  • area of triangle and circle
May 2022
  • arithmetic operator
  • number and string formatting
  • formatted course plan
  • formatted course plan
  • calculator using arithmetic operator