Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 314 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 314 Bytes

sPoNgEbOb

Installation

go get -u github.com/yzguy/sPoNgEbOb/...

Importing as a package

import (
    sb "github.com/yzguy/sPoNgEbOb"
)

Command Usage

-> echo "why are you mocking me" | sPoNgEbOb
wHy aRe yOu mOcKiNg mE

Testing

Tests can be run by the following command

go test