mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 04:47:40 +03:00
Add simple sslocal implementation
This commit is contained in:
parent
2e74275ceb
commit
542fa4f975
50 changed files with 674 additions and 1959 deletions
|
@ -24,7 +24,7 @@ func (e exception) Error() string {
|
|||
if e.cause == nil {
|
||||
return e.message
|
||||
}
|
||||
return e.message + ":" + e.cause.Error()
|
||||
return e.message + ": " + e.cause.Error()
|
||||
}
|
||||
|
||||
func (e exception) Cause() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue