Skip to content

first commit#1

Open
St-Ivanov wants to merge 3 commits intomainfrom
first-iteration
Open

first commit#1
St-Ivanov wants to merge 3 commits intomainfrom
first-iteration

Conversation

@St-Ivanov
Copy link
Copy Markdown
Owner

No description provided.

@St-Ivanov St-Ivanov closed this Jan 5, 2026
@St-Ivanov St-Ivanov reopened this Jan 5, 2026
@St-Ivanov St-Ivanov changed the title first commit Third commit Jan 5, 2026
@St-Ivanov St-Ivanov changed the title Third commit first commit Jan 5, 2026
Copy link
Copy Markdown

@ivannizh ivannizh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Степан, привет!

Все сделано верно, поздравляю со сдачей работы и желаю успехов на курсе!

steps, err := strconv.Atoi(dataSlice[0])
if err != nil {
log.Println(ErrConvToInt)
return 0, 0, ErrConvToInt
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Теряешь сообщение об ошибки

Suggested change
return 0, 0, ErrConvToInt
return 0, 0, fmt.Errorf("conversion error: %w", err)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants