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 Hiroya-W #81

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

Conversation

Hiroya-W
Copy link

課題1を作成しました。課題の内容については、以下に記載しています。
また、使い方については、READMEに記載しています。

お時間あれば、レビューをよろしくお願いします。

課題1

画像変換コマンドを作成する

  • 次の仕様を満たすコマンドを作って下さい
    • ディレクトリを指定する
    • 指定したディレクトリ以下のJPGファイルをPNGに変換(デフォルト)
    • ディレクトリ以下は再帰的に処理する
    • 変換前と変換後の画像形式を指定できる(オプション)
  • 以下を満たすように開発してください
    • mainパッケージと分離する
    • 自作パッケージと標準パッケージと準標準パッケージのみ使う
    • 準標準パッケージ:golang.org/x 以下のパッケージ
    • ユーザ定義型を作ってみる
    • GoDocを生成してみる
    • Go Modulesを使ってみる

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