Skip to content

Learn the Go programming language (Golang) in this step-by-step tutorial course for beginners. Go is an open source programming language designed at Google that makes it easy to build simple, reliable, and efficient software.

License

Notifications You must be signed in to change notification settings

buraktokman/GoTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Tutorial for Beginners GitHub stars

Travis Repo Requires.io Scrutinizer DUB Donate with Bitcoin Donate with Ethereum

Learn the Go programming language (Golang) in this step-by-step tutorial course for beginners. Go is an open source programming language designed at Google that makes it easy to build simple, reliable, and efficient software.

Twitter: @tokmanburak


Instructions

  1. Fork, clone or download this repository.

  2. Navigate to the directory.

  3. Install requirements.

  4. Run the script.

    git clone https://github.com/buraktokman/GoTutorial.git
    cd GoTutorial
    go run <script_name>.go
    
    

Versions

0.0.8 beta (to do)

- Channels

0.0.7 beta (WIP)

- Goroutines

0.0.6 beta

- Interfaces

0.0.5 beta

- Functions

0.0.4 beta

- Pointers

0.0.3 beta

- Looping
- Defer, Panic, and Recover

0.0.2 beta

- Maps and Structs
- If and Switch Statements

0.0.1 beta

- [x] Variables
- [x] Primitives
- [x] Constants

License

MIT License

About

Learn the Go programming language (Golang) in this step-by-step tutorial course for beginners. Go is an open source programming language designed at Google that makes it easy to build simple, reliable, and efficient software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages