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

https://github.com/caknoooo/cmlabs-backend-internship-test

Pre-Assessment cmlabs backend test
https://github.com/caknoooo/cmlabs-backend-internship-test

go testing

Last synced: about 1 year ago
JSON representation

Pre-Assessment cmlabs backend test

Awesome Lists containing this project

README

          

# cmlabs-backend-internship-test

To run the `Unit Testing`, run:
```
go test fizzbuzz_test.go
```

To run only the fizzbuzz, run:
```
go run fizzbuzz-test.go
```