An open API service indexing awesome lists of open source software.

https://github.com/devetek/belajar-golang

Tutorial dasar-dasar golang untuk konsumsi pribadi dengan studi kasus
https://github.com/devetek/belajar-golang

go golang

Last synced: 2 months ago
JSON representation

Tutorial dasar-dasar golang untuk konsumsi pribadi dengan studi kasus

Awesome Lists containing this project

README

        

# Belajar Golang
Belajar golang dalam bahasa Indonesia, dasar-dasar dengan contoh

- Environment Setup
- Go Package
- Variable Declarations
- Structs in Go
- Purpose of Interfaces
- Functions and Return Types
- Slices and Foor Loops
- OO Approach vs Go Approach
- Costum Types Declaration
- Receiver Function
- Channels and Go Routines
- Error Handling
- Testing with Go