https://github.com/spilth/ogay
Go Package for Pig Latin Translation
https://github.com/spilth/ogay
go golang pig-latin
Last synced: 11 months ago
JSON representation
Go Package for Pig Latin Translation
- Host: GitHub
- URL: https://github.com/spilth/ogay
- Owner: spilth
- Created: 2018-08-12T12:34:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T03:29:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T23:44:36.778Z (over 1 year ago)
- Topics: go, golang, pig-latin
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ogay
Go Package for Pig Latin Translation
## Project Setup
```bash
$ git clone git@github.com:spilth/ogay.git
$ cd ogay
$ go get github.com/stretchr/testify
$ go test -v
```