Chore: remove ref annotations

This commit is contained in:
xjasonlyu
2023-05-18 21:15:04 +08:00
parent 2813b4c581
commit 6c07927bba
6 changed files with 0 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
package observable
// Ref: github.com/Dreamacro/clash/common/observable
import (
"errors"
"sync"

View File

@@ -1,8 +1,6 @@
// Package pool provides a pool of []byte.
package pool
// Ref: github.com/Dreamacro/clash/common/pool
const (
// MaxSegmentSize is the largest possible UDP datagram size.
MaxSegmentSize = (1 << 16) - 1

View File

@@ -1,4 +1,2 @@
// Package obfs provides obfuscation functionality for Shadowsocks protocol.
package obfs
// Ref: github.com/Dreamacro/clash/component/simple-obfs

View File

@@ -1,7 +1,5 @@
package proxy
// Ref: https://github.com/Dreamacro/clash/adapter/outbound/http
import (
"bufio"
"context"

View File

@@ -1,7 +1,5 @@
package restapi
// Ref: github.com/Dreamacro/clash/hub/route
import (
"bytes"
"encoding/json"

View File

@@ -1,8 +1,6 @@
// Package socks5 provides SOCKS5 client functionalities.
package socks5
// Ref: github.com/Dreamacro/clash/component/socks5
import (
"bytes"
"encoding/binary"