No description
Find a file
Arseny Balobanov 63eff0765c Add once.
2021-03-05 14:27:37 +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
ciletters Update README.md 2021-03-01 19:37:41 +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 syllabus.md 2021-03-01 13:15:26 +00:00
externalsort external sort, README: Fix typo & grammar 2021-02-26 14:38:49 +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
forth Update README.md 2021-03-01 19:39:25 +03:00
gitfame [gitfame] Fix HEAD ref test. 2021-03-03 18:44:16 +03:00
hogwarts Fix style 2020-03-06 00:02:39 +03:00
hotelbusiness Allow nil slice in hotels_test 2021-03-01 19:55:58 +03:00
jsonlist Check errors 2020-04-16 15:14:19 +03:00
jsonrpc [jsonrpc] Fix readme. 2021-02-19 23:28:43 +03:00
keylock Add test to make sure passed keys are not modified in keylock 2021-02-22 11:21:34 +03:00
lectures Fix Tick example in slides 2021-03-04 18:10:30 +00:00
lrucache Update cache_test.go 2020-03-29 13:10:24 +00:00
olympics Use Google go-cmp in a test. 2020-03-29 23:41:47 +03:00
once Add once. 2021-03-05 14:27:37 +03:00
otp Fix 2020-03-05 23:57:41 +03:00
pubsub Fix linter 2020-04-02 22:25:04 +03:00
ratelimit [ratelimit] Fix readme. 2021-03-05 14:20:55 +03:00
retryupdate Update comment 2021-03-05 14:06:52 +03:00
reversemap Add reversemap task 2020-04-15 23:29:34 +03:00
speller Update README.md: Fix fourty -> forty 2021-02-23 21:31:06 +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 [tour0] Fix readme. 2021-03-04 22:41:34 +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:57:48 +03:00
varfmt Fix typo in README.md 2021-02-23 21:29:49 +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 Release gitfame homework. 2021-03-01 17:29:07 +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 Update go to 1.16 2021-02-22 12:46:25 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-02-13 16:46:07 +03:00
go.mod Add ratelimit task 2021-03-05 14:07:24 +03:00
go.sum Upgrade cobra. 2021-02-28 23:36:31 +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 с поддержкой модулей.

Информация