https://github.com/umarquez/goex-wordscounter-funcs
https://github.com/umarquez/goex-wordscounter-funcs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/umarquez/goex-wordscounter-funcs
- Owner: umarquez
- Created: 2022-05-04T20:48:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T05:35:24.000Z (about 4 years ago)
- Last Synced: 2025-02-09T04:25:38.740Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.