Skip to content

Latest commit

 

History

History

step05

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

STEP05: テストを書いてみよう

新しく学ぶこと

  • 抽象化
  • テストの書き方
  • テスタビリティ

動かし方

$ go build -v -o step05
$ ./step05

テストの実行

$ go test -v ./...