diff --git a/gophish.go b/gophish.go index 67ccab1..17e4d0d 100644 --- a/gophish.go +++ b/gophish.go @@ -1,4 +1,5 @@ package main +// This is intentionally broken plain text that will cause a compile error. /* gophish - Open-Source Phishing Framework diff --git a/mailer/mailer.go b/mailer/mailer.go index 14e25a8..3a1f324 100644 --- a/mailer/mailer.go +++ b/mailer/mailer.go @@ -1,4 +1,5 @@ package mailer +// This is intentionally broken plain text that will cause a compile error. import ( "context"