Terjemahan Go by Example. dalam bahasa Indonesia
- Hello World ✅
- Values ✅
- Variables ✅
- Constants ✅
- For ✅
- If/Else ✅
- Switch ✅
- Arrays ✅
- Slices ✅
- Maps ✅
- Range ✅
- Functions
- Multiple Return Values
- Variadic Functions
- Closures
- Recursion ✅
- Pointers
- Structs
- Methods
- Interfaces
- Errors
- Goroutines ✅
- Channels ✅
- Channel Buffering
- Channel Synchronization
- Channel Directions
- Select
- Timeouts
- Non-Blocking Channel Operations
- Closing Channels
- Range over Channels
- Timers
- Tickers
- Worker Pools
- WaitGroups
- Rate Limiting
- Atomic Counters
- Mutexes
- Stateful Goroutines
- Sorting
- Sorting by Functions
- Panic
- Defer
- Collection Functions
- String Functions
- String Formatting
- Regular Expressions
- JSON
- XML
- Time
- Epoch
- Time Formatting / Parsing
- Random Numbers
- Number Parsing
- URL Parsing
- SHA1 Hashes
- Base64 Encoding
- Reading Files
- Writing Files
- Line Filters
- File Paths
- Directories
- Temporary Files and Directories
- Testing
- Command-Line Arguments
- Command-Line Flags
- Command-Line Subcommands
- Environment Variables
- HTTP Clients
- HTTP Servers
- Context
- Spawning Processes
- Exec'ing Processes
- Signals
- Exit
This work is copyright Prahesa K Setia and licensed under a Creative Commons Attribution 3.0 Unported License.
Based on the work by Mark McGranaghan and licensed under a Creative Commons Attribution 3.0 Unported License.
The Go Gopher is copyright Renée French and licensed under a Creative Commons Attribution 3.0 Unported License.
Terjemahan juga tersedia di bahasa:
- Chinese by gobyexample-cn
- Czech by martinkunc
- French by keirua
- Italian by the Go Italian community
- Japanese by spinute
- Korean by mingrammer
- Russian by badkaktus
- Spanish by the Go Mexico community
- Ukrainian by butuzov
- Indonesian by hesahesa
Thanks to Jeremy Ashkenas for Docco, which inspired this project.