https://github.com/martinlindhe/uu
UU encoder/decoder for golang, using encoding/base64
https://github.com/martinlindhe/uu
golang uuencoding
Last synced: 11 months ago
JSON representation
UU encoder/decoder for golang, using encoding/base64
- Host: GitHub
- URL: https://github.com/martinlindhe/uu
- Owner: martinlindhe
- License: mit
- Created: 2017-09-15T21:58:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T23:03:42.000Z (about 2 years ago)
- Last Synced: 2025-01-26T02:28:44.405Z (about 1 year ago)
- Topics: golang, uuencoding
- Language: Go
- Size: 25.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
[](https://godoc.org/github.com/martinlindhe/uu)
Encoder/decoder for [UUencoded](https://en.wikipedia.org/wiki/Uuencoding) text
### License
Under [MIT](LICENSE)