Go 패키지를 테스트합니다 (_test.go로 끝나는 파일이어야 함). 더 많은 정보: https://golang.org/cmd/go/#hdr-Testing_flags.
_test.go
go test
go test -v
...
go test -v ./...
go test -v -bench .
go test -v -bench . -benchtime {{50s}}
go test -cover