ex01

command
v0.0.0-...-c93e153 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2018 License: MIT Imports: 4 Imported by: 0

README

Q3.1 : ファイルのコピー

古いファイル(old.txt)を新しいファイル(new.txt)にコピーしてみましょう。本章で紹介したサンプルコードを応用すれば難しくないと思います。
さらに改造して実用的なコマンドにしてみたいと思われる方は、コマンドラインプションでファイル名を渡せるようにするとよいでしょう。本章の範囲からは外れるので詳細は省きますが、os.Argsという文字配列にオプションが格納されます。また、標準ライブラリにあるflagパッケージを使うと、オプションのパース処理がより便利に行なえます。

Result

gor copyfile.go
test

test

foo

bar

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL