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
- Host: GitHub
- URL: https://github.com/devetek/belajar-golang
- Owner: devetek
- Created: 2020-10-08T02:41:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T07:40:12.000Z (over 2 years ago)
- Last Synced: 2025-01-21T14:13:19.962Z (4 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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