Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/latip176/belajar_golang


https://github.com/latip176/belajar_golang

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# belajar_golang

## history

```
25 Dec 2023:
- helloworld, stringFunction, variable, constant, conversion
26 Dec 2023:
- type-declaration, math-declaration, compreation-operator, array, slice, map
27 Dec 2023:
- if, switch, for, break, function, function-parameter
28 Dec 2023:
- function-return, function-return-multiple-value, function-return-named-value, function-paradic, function-as-value
29 Dec 2023:
- function-anonymous, function-recursive, closure, panic, defer, recover
30 Dec 2023:
- comment, struct, struct-function, interface
31 Dec 2023:
- interface-kosong, interface-errors, nill, type-assertions
02 Jan 2024:
- pointer, pointer-in-function, pointer-in-method
```

## thanks for