mirror of
https://github.com/fumiama/terasu.git
synced 2026-06-05 01:00:23 +08:00
22 lines
402 B
Markdown
22 lines
402 B
Markdown
<img height="400" align="right" src="https://github.com/user-attachments/assets/5d038fd3-0db0-489a-bd2d-f50591d34660">
|
|
|
|
<div align="center">
|
|
|
|
# TeRaSu (TRS)
|
|
|
|
よの光遍く空へ照しつつ
|
|
|
|
土棲むものは孰れか見ゆや
|
|
|
|

|
|
|
|
</div>
|
|
|
|
## Usage
|
|
|
|
```go
|
|
tls.Client(terasu.NewConn(conn), &tls.Config{
|
|
ServerName: host,
|
|
}).Handshake()
|
|
```
|