-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hw12 calendar #12
Hw12 calendar #12
Conversation
|
||
install-lint-deps: | ||
(which golangci-lint > /dev/null) || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.50.1 | ||
(which golangci-lint > /dev/null) || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.54.2 |
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.
Пришлось бампнуть версию, наткнулся на ошибку golangci/golangci-lint#3107
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.
Хорошая работа.
h.ServeHTTP(recorder, r) | ||
|
||
var msgBuilder strings.Builder | ||
for _, part := range []string{ |
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.
Данный лог не позволит нам никаким образом идентифицировать клиента, так что было бы неплохо добавить в лог вывод IP
|
||
"github.com/spf13/viper" | ||
) | ||
|
||
// При желании конфигурацию можно вынести в internal/config. | ||
// Организация конфига в main принуждает нас сужать API компонентов, использовать | ||
// при их конструировании только необходимые параметры, а также уменьшает вероятность циклической зависимости. | ||
type Config struct { |
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.
Конфиг лучше держать в отдельном пакете. Так как cmd может быть несколько, а конфиг у них будет 1
be93cc2
to
3f1812d
Compare
Домашнее задание №12 «Заготовка сервиса Календарь»
Критерии оценки
на пакеты по определенной логике) - до 2 баллов
Реализовано хранилище:
Зачёт от 7 баллов