Categorygithub.com/binarstrike/belajar-golang

# README

belajar-golang

Belajar bahasa pemrograman Go atau Golang

Tipe data

Angka

Tipe DataNilai MinimumNilai Maksimum
Signed Integer
int8-128127
int16-3276832767
int32-21474836482147483647
int64-92233720368547758089223372036854775807
Unsigned Integer
uint80255
uint16065535
uint3204294967295
uint64018446744073709551615
Floating Point
float321.18 * 10^-383.4 * 10^38
float642.23 * 10^-3081.80x10^308
complex32complex numbers with float32 real and imaginary parts.
complex64complex numbers with float64 real and imaginary parts.

Array

Slice

Array Slice Screenshot

Pointer

pointer.go

Pass by value

Pass by value

Pass by reference

Pass by reference

Struktur Data Circular List

circular list

Beberapa sumber gambar atau desain diatas berasal dari channel Programmer Zaman Now playlist Belajar Go-Lang untuk Pemula

# Packages

No description provided by the author
No description provided by the author
No description provided by the author