]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
README: rust -> go
authorPeter Wu <peter@lekensteyn.nl>
Tue, 30 May 2017 10:06:44 +0000 (12:06 +0200)
committerPeter Wu <peter@lekensteyn.nl>
Tue, 30 May 2017 10:06:44 +0000 (12:06 +0200)
README.md

index 3a363b095e04958d8f1f009131847260a26c55d2..98e1d0bba5df2eac251d26401d1e0aa328d9cb1e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ### Do not use this Go code.
 
-This is not a complete implementation of WireGuard. If you're interested in using WireGuard, use the implementation for Linux [found here](https://git.zx2c4.com/WireGuard/) and described on the [main wireguard website](https://www.wireguard.io/). There is no group of users that should be using the code in this repository here under any circumstances at the moment, not even beta testers or dare devils. It simply isn't complete. However, if you're interested in assisting with the Rust development of WireGuard and contributing to this repository, by all means dig in and help out. But users: stay far away, at least for now.
+This is not a complete implementation of WireGuard. If you're interested in using WireGuard, use the implementation for Linux [found here](https://git.zx2c4.com/WireGuard/) and described on the [main wireguard website](https://www.wireguard.io/). There is no group of users that should be using the code in this repository here under any circumstances at the moment, not even beta testers or dare devils. It simply isn't complete. However, if you're interested in assisting with the Go development of WireGuard and contributing to this repository, by all means dig in and help out. But users: stay far away, at least for now.
 
 -------