Skip to content

itscharlieliu/golang-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Cat

This is an implementation of the common "cat" command used on *nix systems. I used this project to learn Go.

Test driven development for this project was simple because I was able to compare the command output to the actual cat command in linux.

To run

go run cmd/cat.go <args>

About

A practice project for learning Go by recreating the cat command in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages