shad-go/README.md
Nikita Pilnenskiy 0472ef15c2 Update README.md
2023-02-22 03:14:04 +03:00

17 lines
466 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Курс по Го в ШАД
Для работы с кодом нужен go 1.18 или выше.
```sh
git clone https://gitlab.com/slon/shad-go.git
cd shad-go
go test ./sum/...
```
Проект можно открыть в любой go IDE с поддержкой модулей.
## Информация
- [Программа курса](docs/syllabus.md)
- [Слайды](https://p.go.manytask.org/)
- [Как прислать патч](CONTRIBUTING.md)