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

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

Awesome Lists containing this project

README

          

# go-samples

[![CI](https://github.com/devpro/go-samples/actions/workflows/ci.yml/badge.svg)](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)