Skip to content

turretIO/goQPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goQPR

Quoted printable encoder for Go

Usage

import (
    "fmt"
    "github.com/turretIO/goQPR"
)

func main() {
    encoder := qpr.NewQPEncoder()
    enc, err := encoder.Encode([]byte("encode this to quoted printable"))
    if err != nil {
        fmt.Println(err)
    }    
    fmt.Println(enc)
}

About

Quoted printable encoder for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages