No description
Find a file
2020-02-14 22:36:18 +03:00
docs docs/testtool.md: fix grammar. 2020-02-14 22:36:18 +03:00
fetchall Fix http request docs ref. 2020-02-14 13:26:46 +03:00
lectures Update slides 2020-02-13 17:57:26 +03:00
sum Add instructions for running linter 2020-02-14 15:55:25 +03:00
tools/testtool Run linter on submit 2020-02-14 15:55:25 +03:00
tour0 Update tour0 README 2020-02-14 13:37:35 +03:00
urlfetch Fix http request docs ref. 2020-02-14 13:26:46 +03:00
wordcount wordcount: fix output format in readme. 2020-02-14 13:53:55 +03:00
.deadlines.yml Release fetchall. 2020-02-13 23:10:15 +03:00
.gitignore Setting up CI 2020-01-31 22:03:57 +03:00
.gitlab-ci.yml Fix CI config. 2020-02-13 02:18:05 +03:00
.golangci.yml Add golangci-lint config 2020-02-14 15:55:25 +03:00
.releaser-ci.yml Add instructions for running linter 2020-02-14 15:55:25 +03:00
build.docker Add golangci-lint config 2020-02-14 15:55:25 +03:00
CONTRIBUTING.md Add CONTRIBUTING.md 2020-02-01 21:14:29 +03:00
go.mod Task grading 2020-02-13 02:10:17 +03:00
go.sum Task grading 2020-02-13 02:10:17 +03:00
README.md Update docs 2020-02-07 13:45:23 +03:00
testenv.docker Fix 2020-02-13 03:07:21 +03:00

Курс по Го в ШАД

Для работы с кодом нужен go 1.13 или выше.

git clone git@gitlab.com:slon/shad-go.git
go test ./sum/...

Проект можно открыть в любой go IDE с поддержкой модулей.

Информация