mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
Chore: remove ref annotations
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
package observable
|
package observable
|
||||||
|
|
||||||
// Ref: github.com/Dreamacro/clash/common/observable
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"sync"
|
"sync"
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
// Package pool provides a pool of []byte.
|
// Package pool provides a pool of []byte.
|
||||||
package pool
|
package pool
|
||||||
|
|
||||||
// Ref: github.com/Dreamacro/clash/common/pool
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// MaxSegmentSize is the largest possible UDP datagram size.
|
// MaxSegmentSize is the largest possible UDP datagram size.
|
||||||
MaxSegmentSize = (1 << 16) - 1
|
MaxSegmentSize = (1 << 16) - 1
|
||||||
|
|||||||
@@ -1,4 +1,2 @@
|
|||||||
// Package obfs provides obfuscation functionality for Shadowsocks protocol.
|
// Package obfs provides obfuscation functionality for Shadowsocks protocol.
|
||||||
package obfs
|
package obfs
|
||||||
|
|
||||||
// Ref: github.com/Dreamacro/clash/component/simple-obfs
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
package proxy
|
package proxy
|
||||||
|
|
||||||
// Ref: https://github.com/Dreamacro/clash/adapter/outbound/http
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
package restapi
|
package restapi
|
||||||
|
|
||||||
// Ref: github.com/Dreamacro/clash/hub/route
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
// Package socks5 provides SOCKS5 client functionalities.
|
// Package socks5 provides SOCKS5 client functionalities.
|
||||||
package socks5
|
package socks5
|
||||||
|
|
||||||
// Ref: github.com/Dreamacro/clash/component/socks5
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
|||||||
Reference in New Issue
Block a user