問題タブ [goland]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
390 問題
0
投票する
1
に答える
168
参照
go - patch コマンドの exec.command
以下のコマンドを使用してファイルにパッチを適用しようとしています
私の runCommand 構文は次のとおりです。
今、私は以下のように私のパッチコマンドを渡しています:
しかし、次のエラーが表示されます。
パッチ: **** ファイル '<' が見つかりません: そのようなファイルまたはディレクトリはありません
ここで何が欠けているのか教えてください。