Skip to content

Latest commit

 

History

History
132 lines (111 loc) · 7.53 KB

readme.md

File metadata and controls

132 lines (111 loc) · 7.53 KB

Golang for Beginners - Go 101

Welcome To Go 101 , we will take some hand-on session to understand basic fundamentats of go programming language . no matter your new to programming language we are covering 101 track which cover all your concept to strat track 102 . so lets start :

Golang for Beginners - Go 102

Every program, once it is executed, exists in the environment of the operating system. The program receives input and provides output to this environment. The operating system also needs to communicate with the program to let it know what's happening outside. And finally, the program needs to respond with appropriate actions.

This Go 102 track will walk you through the basics of the discovery of the system environment, the program parameterization via program arguments, and the concept of the operating system signals. You will also learn how to execute and communicate with the child process.

Golang for Beginners - Go 103

Operations on strings and string-based data are common tasks in a developer's life. This GO 103 track covers how to handle these using the Go standard library. It is no surprise that with the standard library it is possible to do a great deal.

Golang for Beginners - Go 104

The numbers are generally the inevitable part of each application—printing the formatted numbers, converting base representations, and so on. This Go104 track presents a lot of operations that you can commonly deal with.

Golang for Beginners - Go 105

This Go105 track presents a lot of operations that you can commonly deal with In and Out standard library

Golang for Beginners - Go 106

This Go 106 track we will play around filesystem