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

https://github.com/fedor-malyshkin/coding-go

Some Go coding exercise
https://github.com/fedor-malyshkin/coding-go

algorithms datastructures go golang leetcode leetcode-golang

Last synced: 2 months ago
JSON representation

Some Go coding exercise

Awesome Lists containing this project

README

          

[![audit](https://github.com/fedor-malyshkin/coding-go/workflows/audit/badge.svg)](https://github.com/fedor-malyshkin/coding-go/actions/workflows/audit.yml)

# coding-go
Some exercise in Go (https://go.dev/)

## Requirements

* NONE

## Platforms/Courses

* [Leetcode](https://leetcode.com)

## References / Articles

* [Articles](docs/articles.md)
* [Videos](docs/videos.md)
* [Awesome Go](https://github.com/avelino/awesome-go) (*Large listing of popular third-party Go packages*)

## Run tests

```sh
go test ./...
```