Browse Source

add doc under external

vcptr 6 years ago
parent
commit
c022ce610e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      external/README.md

+ 7 - 0
external/README.md

@@ -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.