From 32829e91e7039375487bfe9b398d7c44dc6c0a44 Mon Sep 17 00:00:00 2001 From: Daniel Debny Date: Fri, 12 Jan 2024 13:51:58 +0100 Subject: [PATCH] Add info about author --- main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.go b/main.go index c70e12b..76c0b8d 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,8 @@ +// IPT +// Author: Daniel Debny - github.com/debek +// Year: 24.12.2023 +// Description: An application for testing TCP/UDP connection to a given host and port. + package main import (