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

Kadai1 kynefuk #80

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Kadai1 kynefuk #80

wants to merge 5 commits into from

Conversation

kynefuk
Copy link
Member

@kynefuk kynefuk commented Sep 19, 2021

課題1のPRを作成しました。お手すきでレビューしていただけますと幸いです。

次の仕様を満たすコマンドを作ってください

  • ディレクトリを指定する
  • 指定したディレクトリ以下の JPG ファイルを PNG に変換(デフォルト)
  • ディレクトリ以下は再帰的に処理する
  • 変換前と変換後の画像形式を指定できる(オプション)

以下を満たすように開発してください

  • main パッケージと分離する
  • 自作パッケージと標準パッケージと準標準パッケージのみ使う
  • ユーザ定義型を作ってみる
  • GoDoc を生成してみる
  • Go Modules を使ってみる

使い方

### ビルドして使う場合

  • ビルド
go build -o image-converter
image-converter -d sample -f .png -t .jpg

ビルドしない場合

go run main.go -d [ディレクトリ] -f [変換前の拡張子] -t [変換後の拡張子]
go run main.go -d sample -f .png -t .jpg

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.

1 participant