https://github.com/veeso/studying-go
As I did before with Rust, but this time with Go
https://github.com/veeso/studying-go
Last synced: about 1 month ago
JSON representation
As I did before with Rust, but this time with Go
- Host: GitHub
- URL: https://github.com/veeso/studying-go
- Owner: veeso
- License: unlicense
- Created: 2020-07-30T18:56:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T10:38:07.000Z (over 4 years ago)
- Last Synced: 2024-05-01T16:37:16.471Z (12 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Studying Go
This repository is nothing special, just my little *projects* while studying the go language.
## Table Of Contents
- [Studying Go](#studying-go)
- [Table Of Contents](#table-of-contents)
- [Premise](#premise)
- [Projects](#projects)
- [Hello World](#hello-world)
- [Cliargs](#cliargs)
- [Stdin](#stdin)
- [Data Types](#data-types)
- [File-io](#file-io)
- [Curl](#curl)
- [JSON](#json)
- [License](#license)## Premise
These projects are only examples I made these examples while studying Go and even if I covered most of the language main features, they should not be taken as your go manual, but just only a short and quick reference.
## Projects
Projects are sorted by time.
### Hello World
Guess what
### Cliargs
Get command line arguments
### Stdin
Read from stdin
### Data Types
### File-io
Perform I/O on files
### Curl
Perform a GET to the provided URL
### JSON
Perform a JSON query to a JSON file
## License
Licensed under the [Unlicense](LICENSE)