Skip to content

A package / CLI written in Golang that translates any sentence in the English alphabet to Pig Latin

License

Notifications You must be signed in to change notification settings

SeanMcGoff/piglatin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piglatin

A package/CLI written in Golang that translates any sentence in the English alphabet to Pig Latin 🐷

Installation

go get github.com/SeanMcGoff/piglatin

Example

package main

import (
	"fmt"

	"github.com/SeanMcGoff/piglatin"
)

func main() {
	text := piglatin.ToPigLatin("hello world")
	fmt.Println(text) //ellohay orldway 
}

About

A package / CLI written in Golang that translates any sentence in the English alphabet to Pig Latin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published