-
Notifications
You must be signed in to change notification settings - Fork 10
concurrency tests #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dcc135c
to
928ad7a
Compare
@@ -0,0 +1,191 @@ | |||
package main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поставь ищью на рефакторинг, а пока вставь коммент, что прототип. ВЫглядит ужасно
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ок, так это и есть по факту "первый блин"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Просто расскажи всем об этом, пока только мы знаем 😉
test: | ||
go test ./... | ||
|
||
concurrency-test-prepare: build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Хмммм, сомнительно нужно ли это здесь. Я думаю что это все таки проблемы самого разработчика ставить что-то к себе, а самое главное что у тебя и обновлять будет автоматически, ты точно этого хочешь?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ему так или иначе придется что то поставить чтобы это что то запустить.
Как предлагаешь решить эту проблему? go run ...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну мне кажется что либо вендор, либо просто указание зависимостей.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Понял зачем все это, напиши что ты делаешь, что бы пользователь не переживал что у него кто- там что-то инсталит.
No description provided.