Skip to content

Latest commit

 

History

History

step07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

STEP07: テストヘルパーを作ってみよう

新しく学ぶこと

  • テストヘルパーの作り方

動かし方

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

テストの実行

$ go test -v ./...