https://github.com/breadrock1/otus-golang
There is repository that containes an otus home works.
https://github.com/breadrock1/otus-golang
golang otus otus-homeworks
Last synced: 1 day ago
JSON representation
There is repository that containes an otus home works.
- Host: GitHub
- URL: https://github.com/breadrock1/otus-golang
- Owner: breadrock1
- License: other
- Created: 2023-10-09T17:45:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T19:28:57.000Z (about 2 years ago)
- Last Synced: 2024-05-23T04:42:28.152Z (about 2 years ago)
- Topics: golang, otus, otus-homeworks
- Language: Go
- Homepage:
- Size: 6.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Домашние задания курса [OTUS «Разработчик Golang»](https://otus.ru/lessons/golang-professional/?utm_source=github&utm_medium=free&utm_campaign=otus)
1) [«Hello, OTUS!»](./hw01_hello_otus)
2) [«Распаковка строки»](./hw02_unpack_string)
3) [«Частотный анализ»](./hw03_frequency_analysis)
4) [«LRU-кэш»](./hw04_lru_cache)
5) [«Параллельное исполнение»](./hw05_parallel_execution)
6) [«Пайплайн»](./hw06_pipeline_execution)
7) [«Утилита для копирования файлов»](./hw07_file_copying)
8) [«Утилита envdir»](./hw08_envdir_tool)
9) [«Валидатор структур»](./hw09_struct_validator)
10) [«Оптимизация программы»](./hw10_program_optimization)
11) [«Клиент TELNET»](./hw11_telnet_client)
12) [«Заготовка сервиса Календарь»](./hw12_13_14_15_calendar/docs/12_README.md)
13) [«API к Календарю»](./hw12_13_14_15_calendar/docs/13_README.md)
14) [«Кроликизация Календаря»](./hw12_13_14_15_calendar/docs/14_README.md)
15) [«Докеризация и интеграционное тестирование Календаря»](./hw12_13_14_15_calendar/docs/15_README.md)
16) [«Проект»](https://github.com/OtusGolang/final_project)
---
[Инструкция по сдаче ДЗ](https://github.com/OtusGolang/home_work/wiki#%D0%A1%D1%82%D1%83%D0%B4%D0%B5%D0%BD%D1%82%D0%B0%D0%BC).
---
Используемая версия [golangci-lint](https://golangci-lint.run/usage/install/#other-ci): v1.50.1
```
$ golangci-lint version
golangci-lint has version 1.50.1 built from 8926a95 on 2022-10-22T10:48:48Z
```
---
Авторы ДЗ:
- [Дмитрий Смаль](https://github.com/mialinx)
- [Антон Телышев](https://github.com/Antonboom)