Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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