diff --git a/mitm.go b/mitm.go index c358b15..6a1a8f2 100644 --- a/mitm.go +++ b/mitm.go @@ -1,6 +1,3 @@ -// This example shows a proxy server that uses go-mitm to man-in-the-middle -// HTTPS connections opened with CONNECT requests - package main import (