From f22198915663754e7814c1be075b5b724d0b2e25 Mon Sep 17 00:00:00 2001 From: Matthew Kanwisher Date: Wed, 22 May 2013 09:55:10 -0400 Subject: [PATCH] removed non useful comments --- ntlm/ntlmv1.go | 1 - ntlm/ntlmv2.go | 1 - 2 files changed, 2 deletions(-) diff --git a/ntlm/ntlmv1.go b/ntlm/ntlmv1.go index a0f44ea..84cbcd6 100644 --- a/ntlm/ntlmv1.go +++ b/ntlm/ntlmv1.go @@ -1,6 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. -// Receve an Authenticate message and authenticate the user package ntlm import ( diff --git a/ntlm/ntlmv2.go b/ntlm/ntlmv2.go index 14be1ab..3619eb3 100644 --- a/ntlm/ntlmv2.go +++ b/ntlm/ntlmv2.go @@ -1,6 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. -// Receve an Authenticate message and authenticate the user package ntlm import (