No description
Find a file
2021-02-18 13:37:40 +03:00
allocs Add draft of allocs task 2020-08-26 22:34:08 +03:00
batcher Добавил тест, упрощающий поиск багов 2020-04-03 14:49:13 +03:00
coverme coverme: remove unneeded empty_test.go. 2020-04-01 22:22:36 +03:00
digitalclock Rewrite require.Nil(t, err) with require.NoError(t, err). 2020-03-13 00:12:46 +03:00
distbuild Fix UploadSingleFile test in distbuild/pkg/filecache 2020-04-28 16:32:30 +03:00
disttest gofmt 2020-04-29 14:27:44 +03:00
docs Update build.md 2021-02-13 16:46:05 +03:00
externalsort externalsort: make merge test stronger. 2020-03-18 01:04:54 +03:00
fetchall Add linter section to some readme files. 2020-02-22 03:29:32 +03:00
firewall Add test with many endpoints 2020-04-14 14:37:28 +03:00
hogwarts Fix style 2020-03-06 00:02:39 +03:00
hotelbusiness Fix style 2020-03-06 00:02:39 +03:00
jsonlist Check errors 2020-04-16 15:14:19 +03:00
jsonrpc jsonrpc: add readme 2020-04-16 19:14:56 +03:00
keylock Merge branch 'master' of gitlab.com:slon/shad-go-private 2020-03-16 16:26:46 +03:00
lectures Checkin runtime lecture 2021-02-18 12:45:14 +03:00
lrucache Revert LRU 2020-03-29 23:05:47 +03:00
olympics Use Google go-cmp in a test. 2020-03-29 23:41:47 +03:00
otp Fix 2020-03-05 23:57:41 +03:00
pubsub Fix linter 2020-04-02 22:25:04 +03:00
retryupdate Update README.md 2020-03-14 14:12:01 +00:00
reversemap Add reversemap task 2020-04-15 23:29:34 +03:00
sum [sum] Fix google doc link. 2021-02-11 23:00:38 +03:00
testequal testequal: rename slice capacity test. 2020-04-01 22:23:44 +03:00
tools/testtool Pass PATH to testing process 2020-04-21 16:21:00 +03:00
tour0 Update tour0 README 2020-02-14 13:37:35 +03:00
tparallel Update README.md 2020-03-29 17:14:32 +00: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 Update utf8 task 2021-02-18 13:37:40 +03:00
varfmt (tests): Added tests for fmt without spaces 2020-03-27 22:47:47 +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
wscat wscat: fix readme 2020-04-04 06:02:44 +03:00
.deadlines.yml Update .deadlines. 2021-02-11 18:45:47 +03:00
.gitignore Update .gitignore 2020-02-23 14:33:54 +03:00
.gitlab-ci.yml Add 10m limit to grade job. 2020-03-17 01:08:46 +03:00
.golangci.yml Add golangci-lint config 2020-02-14 15:55:25 +03:00
.releaser-ci.yml Disable linter for lecture code 2020-04-09 12:07:26 +03:00
build.docker Add golangci-lint config 2020-02-14 15:55:25 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-02-13 16:46:07 +03:00
go.mod Workaround for umask problem in goland 2020-04-11 23:34:36 +03:00
go.sum Fix tarstream test 2020-04-14 14:22:08 +03:00
README.md Fix README.md 2020-02-26 21:39:45 +03:00
testenv.docker Pre-fill module cache 2020-05-30 16:22:42 +03:00

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

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

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

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

Информация