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 saza #90

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

Kadai1 saza #90

wants to merge 27 commits into from

Conversation

saza-ku
Copy link

@saza-ku saza-ku commented Nov 15, 2021

課題 1 の解答を作成しました。レビューよろしくお願いいたします。

課題要件

  • main パッケージと分離する: main パッケージに入力の受付と検証を、 imgconv パッケージにビジネスロジックを記述する、というようにして分離しています。
  • 自作パッケージと標準パッケージと準標準パッケージのみ使う: 自作パッケージ以外に使用したパッケージは以下の通りです。
    • flag
    • fmt
    • image
    • image/gif
    • image/jpeg
    • image/png
    • io
    • os
    • path/filepath
    • strings
  • ユーザ定義型を使ってみる: 以下の型を作成しました。
    • Converter: imgconv の機能を提供するインターフェース型
    • converter: Converter の実装
    • fileType: 画像ファイル形式を表す型
  • GoDoc を生成してみる: godoc -http=:8080 で生成できます。
  • Go Modules を使ってみる: go.mod に記述されています。

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