From 31d6449ef661ef2385e21c31b5a6cc22783572ba Mon Sep 17 00:00:00 2001 From: p3ls Date: Fri, 3 Mar 2023 07:52:19 +0100 Subject: [PATCH] f --- main.go | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/main.go b/main.go index 0cbbec3..2c6956b 100644 --- a/main.go +++ b/main.go @@ -3,15 +3,8 @@ package main import "fmt" func main() { -// foo -// bar + // foo + // bar + // baz fmt.Println("test2") } - - - - - - - -