From 0f1afec1ade74420536f225901fd41ef9b96b9f4 Mon Sep 17 00:00:00 2001 From: Archie Fox Date: Thu, 30 Jan 2025 12:31:03 +0300 Subject: [PATCH] remove hello package --- dev-fox.ru/fox/headfirstgo/hello/hello.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 dev-fox.ru/fox/headfirstgo/hello/hello.go diff --git a/dev-fox.ru/fox/headfirstgo/hello/hello.go b/dev-fox.ru/fox/headfirstgo/hello/hello.go deleted file mode 100644 index 219a391..0000000 --- a/dev-fox.ru/fox/headfirstgo/hello/hello.go +++ /dev/null @@ -1,7 +0,0 @@ -package hello - -import "fmt" - -func main() { - fmt.Println("Hello Golang developers!") -}