Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009 as an open-source programming language. Go is a statically typed, compiled programming language. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
- 01 Playground
- 02-myvariables
- 03-user-input
- 04-conversions
- 05-mymaths
- 06-mytime
- 07-mypointers
- 08-myarray
- 09-myslices
- 10-mymaps
- 11-mystruct
- 12-ifelse
- 13-switch-case
- 14-loops
- 15-myfunctions
- 16-methods
- 17-mydefer
- 18-files
- 19-web-request
- 20-url
- 21-web-server
- 22-bitmorejson
- 23mymodules
- 24-buildapi
- 25mongoapi
- 26-goroutines
- 27-mutexAndAwaitGroups
- 28-channels