From cf23bd1ecf18cfa7ec79c56184341ddff21a8ff1 Mon Sep 17 00:00:00 2001 From: Charlie Monzillo Date: Fri, 30 Nov 2018 12:11:25 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12f1b95..adf71b5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# IMPORTANT NOTE +This repository will be removed on December 14th and will no longer be maintained and ownership will also not be transferred. Please fork this repositiory if you wish to continue to use it. + + # NTLM Implementation for Go This is a native implementation of NTLM for Go that was implemented using the Microsoft MS-NLMP documentation available at http://msdn.microsoft.com/en-us/library/cc236621.aspx.