mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
65ace12def
- Parse PEM key data for Cyberghost and VPNUnlimited - Add more unit tests
8 lines
95 B
Go
8 lines
95 B
Go
package parse
|
|
|
|
import "errors"
|
|
|
|
var (
|
|
ErrExtractPEM = errors.New("cannot extract PEM data")
|
|
)
|