1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 05:16:09 -04:00

add doc under external

This commit is contained in:
vcptr 2019-10-19 10:38:27 +08:00
parent fa0a21f0dd
commit c022ce610e

7
external/README.md vendored Normal file
View File

@ -0,0 +1,7 @@
# Note
The `external` dir in the project exists for historical reasons. We will migrate to use go mod to maintain 3rd party libraries.
Fow now, all modules under external are used by "quic-go" to support quic protocol, and can't migrate without a breaking change.
The plan is that we will remove the whole `external` dir when `quic-go` is tested to be matured enough in production.