We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最初に検出された改行文字をそのファイルの改行文字とする。
The text was updated successfully, but these errors were encountered:
package bufioでは、scannerオブジェクトを作成した時点で改行文字が削除されるため、parseと並行して実施できない。 かといって、readerオブジェクトを作成してparseと並行させるとfilePointerが進んでしまう。 巻き戻すか、別で実施するかだが、スマートな解法が欲しい所。 後から差し込めるので、後回しに検討して実装する。
bufio
Sorry, something went wrong.
マイルストーンとしては積み残し。
No branches or pull requests
最初に検出された改行文字をそのファイルの改行文字とする。
The text was updated successfully, but these errors were encountered: