https://github.com/khofesh/codekata
https://github.com/khofesh/codekata
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khofesh/codekata
- Owner: khofesh
- License: gpl-2.0
- Created: 2022-09-22T04:46:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T04:55:38.000Z (over 3 years ago)
- Last Synced: 2025-01-18T15:54:44.118Z (over 1 year ago)
- Language: Go
- Size: 500 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Code Kata
verbose output, add `-v` at the end. for example,
```shell
go test ./... -v
```
### run all tests
```shell
go test ./...
```
### run a specific test
```shell
go test ./exercises/
```
### benchmark