Giter Club home page Giter Club logo

sinaugolangbareng's Introduction

๐Ÿ’ก Dokumetasi/Catatan Modul dan Materi Belajar Pemrograman Golang

๐Ÿ“ Deskripsi

Go adalah bahasa pemrograman yang dibuat di Google pada tahun 2009 oleh Robert Griesemer, Rob Pike dan Ken Thompson. Go mudah dipelajari karena sintaknya yang mudah dipami untuk pemula selain itu go tidak mengenal konsep OOP sehingga dalam implementasinya sangat efisien. Go mempunyai kelebihan di sisi kecepatan, skalabilitas dan keandalan. Repository ini adalah catatan belajar bahasa Pemrograman Golang

  • Bahasa yang digunakan ini : Bahasa Indonesia
  • Situs Resmi : WEb

๐ŸŽ’ Tools

Instalasi Bahasa Go

  • Download terlebih dahulu Go
  • Sesuaikan dengan OS masing-masing
  • Seteleh didownload klik 2x (windows) kemudian ikuti proses instalasinya cukup mudah kok jadi tenang aja
  • setelah ke install cek apakah golang sudah terintsal dengan buka CMD ketikan [go] [version]

### ๐Ÿ“ Dasar Command di Golang

ada beberapa perintah yang digunakan dalam bahasa Go sebagai basic kita akan belajar perintah dasar. untuk membuat file golang harus di akhire .go semisal program.go , dan ada beberapa perintah antaranya :

  • go version : untuk mengecek golang apakah sudah terinstall
  • go run (nama file .go) : untuk menjalankan file golang
  • go build (nama file ) : untuk menjadikan file menjadi binary file .exe
  • go mod init (nama projek) : untuk mebuat sebuah module / root folder
  • go get (nama repository) : untuk instalasi package/library dari luar
  • go test -v -run=(nama test func) : menjalankan testing function pada golan

โœ”๏ธ Path / Runtutan Belajar Golang

  • intro-go
  • data stuktur (array, mapo, slice)
  • perulangan
  • function
  • pointer
  • struct
  • interfaces
  • eror handling
  • perulangan
  • Unit testing
  • gorutine awal
  • gorutine + unit testing

๐Ÿ‘จโ€๐Ÿ’ป Author

Joko Ardiyanto

๐Ÿ› ๏ธ Kendala

Jika mengalami kendala anda bisa mengunjungi dan bertanya di situs Kotakode atau Stackoverflow

๐Ÿ™‡๐Ÿผ Diskusi

jika anda atau kalian menghendaki belajar sambil diskusi bareng silahkan join Telegram

๐Ÿ™ Thanks To

  • Allah SWT
  • My Parents and Family
  • All Friend of FIK UBY
  • All Site Reference
  • Couerse at Programmer Zaman Now and Sanbercode
  • And Mas andhy as Friend who Learning at Sanbercode Bootcamp

โ˜• Referensi, Lisensi Sumber Perangkat Lunak terbuka, Kontribusi

๐Ÿ” License

Repository created 3 Maret 2022 by Joko Ardiyanto under MIT License

sinaugolangbareng's People

Contributors

jokoardh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.