https://github.com/devpro/go-samples
Samples of Go code
https://github.com/devpro/go-samples
go learning
Last synced: 3 months ago
JSON representation
Samples of Go code
- Host: GitHub
- URL: https://github.com/devpro/go-samples
- Owner: devpro
- License: apache-2.0
- Created: 2020-08-13T11:57:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:02:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-19T01:19:34.217Z (almost 2 years ago)
- Topics: go, learning
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-samples
[](https://github.com/devpro/go-samples/actions/workflows/ci.yml)
This repository holds samples of Go code, it is intended to be as simple and clean as possible, following any best practices available.
## What is included
### Beginner projects
* [CodeCrafters Redis](beginner/codecrafters-redis/README.md)
* [Hello world](beginner/helloworld/README.md)
* [Log CLI](beginner/log-cli/README.md)
* [Static web service](beginner/static-webservice/README.md)