Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latip176/belajar_golang
https://github.com/latip176/belajar_golang
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/latip176/belajar_golang
- Owner: Latip176
- Created: 2023-12-25T12:11:41.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T06:31:45.000Z (12 months ago)
- Last Synced: 2024-01-13T18:09:17.783Z (12 months ago)
- Language: Go
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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