https://github.com/tamada/mywc
The simplest word count command in use of wildcat API.
https://github.com/tamada/mywc
Last synced: 10 months ago
JSON representation
The simplest word count command in use of wildcat API.
- Host: GitHub
- URL: https://github.com/tamada/mywc
- Owner: tamada
- License: apache-2.0
- Created: 2022-07-24T14:26:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T14:38:51.000Z (over 3 years ago)
- Last Synced: 2024-06-20T21:07:22.937Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mywc
This project is an implementation of the simplest `wc` command in use of `wildcat` as an API.
Please see `goMain` function in `main.go` the details of how to count the words and etc.
Unfortunately, the API of `wildcat` was not refined well.
Moreover, the API document of `wildcat` was not written well.
I will try to resolve above problems about a month (2022-08-31).
## How to use `wildcat`
At first, create the GO project with go module.
To run a command `go get github.com/tamada/wildcat` in your project root directory, adds `wildcat` to your `go.mod` as a module.
Next, edit your go codes and use the API of wildcat on your IDE.