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!") -}