mingchuno / gocat

POSIX compliance cat in Go to learn Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocat

A POSIX compliance cat in Go

Usage

gocat is cat

Usage:
  cat [flags]

Flags:
  -h, --help       help for cat
  -u, --nobuffer   Disable output buffering.

Build

make build

About

POSIX compliance cat in Go to learn Go


Languages

Language:Go 97.1%Language:Makefile 2.9%