Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuladhar/gocat
Unix cat implementation in Go
https://github.com/tuladhar/gocat
cat gocat golang hacktoberfest unix
Last synced: 22 days ago
JSON representation
Unix cat implementation in Go
- Host: GitHub
- URL: https://github.com/tuladhar/gocat
- Owner: tuladhar
- License: unlicense
- Created: 2020-10-01T14:16:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-02T19:05:52.000Z (about 4 years ago)
- Last Synced: 2024-06-20T05:09:14.067Z (5 months ago)
- Topics: cat, gocat, golang, hacktoberfest, unix
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocat
Unix cat implementation in Go## Usage
The following command will print the contents of `src/main.go` with line number to the standard output.
## Demo
## Author
See [AUTHOR.md](AUTHOR.md)