An open API service indexing awesome lists of open source software.

https://github.com/khofesh/codekata


https://github.com/khofesh/codekata

Last synced: about 2 months ago
JSON representation

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