Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanatisia/golang-book
Literally just a practice ground to test out Golang via the golang book
https://github.com/thanatisia/golang-book
Last synced: 9 days ago
JSON representation
Literally just a practice ground to test out Golang via the golang book
- Host: GitHub
- URL: https://github.com/thanatisia/golang-book
- Owner: Thanatisia
- License: mit
- Created: 2023-06-27T13:23:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-27T13:35:21.000Z (over 1 year ago)
- Last Synced: 2024-06-21T04:53:21.591Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang Book
## Information
### Background
```
This is a practice ground/testbench project created to test out Golang via the Golang book, beginning from Hello World and above.Literally just to test out Golang, nothing else
Other projects will be used to practice and test out Golang
For beginners (or advanced), feel free to use this as a refresher/reference if you like to
```### Administrative
+ Book Stopped at: Page 70/165 (Slices)## Setup
### Dependencies
+ golang### Pre-Requisites
### Build/Compiling
```console
go build
```### Running
```console
go run [source-file]
```## Documentation
## Wiki
### Topics Covered
## Resources
+ Golang Book : https://www.golang-book.com/public/pdf/gobook.pdf## References
## Remarks