No description
Find a file
2020-03-16 16:26:46 +03:00
batcher Check for goroutine leaks 2020-02-16 16:25:06 +03:00
digitalclock Rewrite require.Nil(t, err) with require.NoError(t, err). 2020-03-13 00:12:46 +03:00
docs docs/testtool.md: fix grammar. 2020-02-14 22:36:18 +03:00
externalsort externalsort: fix readAll EOF behaviour. 2020-03-14 22:19:37 +03:00
fetchall Add linter section to some readme files. 2020-02-22 03:29:32 +03:00
hogwarts Fix style 2020-03-06 00:02:39 +03:00
hotelbusiness Fix style 2020-03-06 00:02:39 +03:00
keylock Merge branch 'master' of gitlab.com:slon/shad-go-private 2020-03-16 16:26:46 +03:00
lectures Fix select indents. 2020-03-12 19:38:15 +03:00
lrucache Adding lrucache task readme+solution+tests. 2020-03-12 12:32:51 +03:00
olympics olympics: simplify ReadDir error check. 2020-03-13 00:06:24 +03:00
otp Fix 2020-03-05 23:57:41 +03:00
retryupdate Update README.md 2020-03-14 14:12:01 +00:00
sum Update README.md 2020-02-23 09:36:15 +00:00
tools/testtool Rewrite require.Nil(t, err) with require.NoError(t, err). 2020-03-13 00:12:46 +03:00
tour0 Update tour0 README 2020-02-14 13:37:35 +03:00
urlfetch Add linter section to some readme files. 2020-02-22 03:29:32 +03:00
urlshortener readme fixes 2020-02-22 02:43:06 +03:00
utf8 Combine utf8reverse and utf8spacecollapse into single umbrella utf8 task. 2020-02-26 23:26:57 +03:00
varfmt Update fmt_test.go 2020-03-03 15:42:11 +03:00
varjoin Fix join code template 2020-02-27 17:43:26 +03:00
wordcount Add linter section to some readme files. 2020-02-22 03:29:32 +03:00
.deadlines.yml Update .deadlines.yml 2020-03-14 12:33:04 +00:00
.gitignore Update .gitignore 2020-02-23 14:33:54 +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 Fix publish order 2020-02-22 01:51:17 +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 Remove accidental use of xerrors 2020-03-07 22:18:51 +03:00
go.sum Add retryupdate task 2020-03-07 22:14:49 +03:00
README.md Fix README.md 2020-02-26 21:39:45 +03:00
testenv.docker Fix 2020-02-13 03:07:21 +03:00

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

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

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

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

Информация