Skip to content

Latest commit

 

History

History

step06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

STEP06: テストのパッケージを分けよう

新しく学ぶこと

  • 非公開な機能を使ったテスト

動かし方

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

テストの実行

$ go test -v ./...