Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bahasa: Go #5

Open
19 tasks
ghost opened this issue Sep 30, 2021 · 1 comment
Open
19 tasks

Bahasa: Go #5

ghost opened this issue Sep 30, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Sep 30, 2021

Membutuhkan sub-bagian bahasa Go untuk kelengkapan bahasa.

Berikut silabus:

  • Pengenalan Golang
    • Penjelasan Golang environment
  • Variabel dan Operator (termasuk zero values, pointer dan iota)
  • statement If-else
  • statement while
  • Iterasi
  • Koleksi (Array, Slices, Map)
  • Fungsi
  • Struct
  • Methods
  • Interface
  • Unit Testing dan Code Coverage
  • WIP

Language-specific Feature

  • Defer
  • Go Modules
  • Goroutine
  • Channel
  • Wait Group
  • Defer, panic, recover
  • Error interface
  • WIP

RFC

cc: @aldy505 @jason-wihardja

@aldy505 aldy505 added the good first issue Good for newcomers label Sep 30, 2021
@jason-wihardja
Copy link

jason-wihardja commented Sep 30, 2021

Yang masih kurang sepertinya:

  • Golang environment (penjelasan apa itu GOROOT dan GOPATH misalnya, dan bagaimana setup yang benar. Equivalent kalo di nodejs itu guide untuk pasang nvm dll nya)
  • Constants
  • Defer, panic, recover
  • Error interface
  • Pointer
  • Unit Testing dan Code Coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants