Fix README.md

This commit is contained in:
Fedor Korotkiy 2020-02-26 21:39:45 +03:00
parent fb97978f32
commit dd45f7e32c

View file

@ -3,7 +3,7 @@
Для работы с кодом нужен go 1.13 или выше. Для работы с кодом нужен go 1.13 или выше.
```sh ```sh
git clone git@gitlab.com:slon/shad-go.git git clone https://gitlab.com/slon/shad-go.git
go test ./sum/... go test ./sum/...
``` ```