https://github.com/webbertakken/learning-go
Nothing much to see here, just me learning Go :)
https://github.com/webbertakken/learning-go
Last synced: 8 months ago
JSON representation
Nothing much to see here, just me learning Go :)
- Host: GitHub
- URL: https://github.com/webbertakken/learning-go
- Owner: webbertakken
- License: mit
- Created: 2022-04-29T12:03:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T23:30:42.000Z (over 3 years ago)
- Last Synced: 2025-02-06T11:27:53.487Z (over 1 year ago)
- Language: Go
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Learning Go
Nothing much to see here, just me learning Go :)
Each folder contains a Go project.
The basics folder contains examples of most of the language's basics.

## Usage
### Prerequisites
You will need Go installed on your machine.
### Build & Run
Usage example
```shell
go run ./basics
go run ./orders
```
## License
[MIT](./LICENSE) license