Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python の fileinput パッケージのように、大きなプレーン テキスト ファイルから 1 行のテキストを編集したいと考えています。
fileinput.input(file, inplace=1)
私の現在のアプローチは、ファイル全体を []string に読み込んで書き戻すことですが、これは非常に非効率的だと思います。Goでこれを行う慣用的な方法は何ですか?