Skip to content

hesahesa/gobyexample

 
 

Repository files navigation

Build Status

Go by Example dalam bahasa Indonesia!

Terjemahan Go by Example. dalam bahasa Indonesia

Yang sudah diterjemahkan

  • 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

Lisensi

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

Terjemahan juga tersedia di bahasa:

Thanks

Thanks to Jeremy Ashkenas for Docco, which inspired this project.

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.1%
  • CSS 31.9%
  • HTML 8.3%
  • Shell 8.0%
  • Ruby 5.7%