8 lines
79 B
Go
8 lines
79 B
Go
package tls
|
|
|
|
import "crypto/tls"
|
|
|
|
type Settings struct {
|
|
Config *tls.Config
|
|
}
|