An open API service indexing awesome lists of open source software.

https://github.com/velddev/go-rot13

rot13 'encryption' in Go
https://github.com/velddev/go-rot13

Last synced: about 1 year ago
JSON representation

rot13 'encryption' in Go

Awesome Lists containing this project

README

          

# go-rot13
rot13 'encryption' in Go. Written as a quick warmup for Go.

## Usage
```
$ go-rot13 encode abc
nop

$ go-rot13 decode nop
abc
```