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

https://github.com/umarquez/goex-wordscounter-funcs


https://github.com/umarquez/goex-wordscounter-funcs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Go Bootcamp Ex. 2 - Words counter with funcs

This project is the evolution of this Gist: [Words counter using maps](https://gist.github.com/umarquez/73644238ee17528277339eb5ca386efd)

Here, we are implementing funcs to separate code into functionalities.

## Instructions to run

1. Clone this repo into local.
2. Execute `go run ./...` inside the project folder.
3. Wait for the output.