Skip to content
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

Update terminal.go for windows os #1350

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Update terminal.go for windows os #1350

merged 1 commit into from
Apr 3, 2024

Conversation

shivakumargn
Copy link
Contributor

term.ReadPassword() requires an int. On windows passing syscall.Stdin without type casting fails.

term.ReadPassword() requires an int. On windows passing syscall.Stdin without type casting fails.
@ernado ernado self-assigned this Apr 3, 2024
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.15%. Comparing base (b8841c7) to head (b777b73).
Report is 73 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1350      +/-   ##
==========================================
+ Coverage   69.17%   71.15%   +1.97%     
==========================================
  Files         441      441              
  Lines       21262    17683    -3579     
==========================================
- Hits        14709    12582    -2127     
+ Misses       5618     4168    -1450     
+ Partials      935      933       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ernado ernado merged commit 1617757 into gotd:main Apr 3, 2024
14 of 15 checks passed
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.

None yet

2 participants