From b643845239358b3797888901393b18b528a38571 Mon Sep 17 00:00:00 2001 From: IliaDenisov Date: Thu, 12 Feb 2026 15:10:36 +0300 Subject: [PATCH] fix: executable package name --- cmd/http/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/http/main.go b/cmd/http/main.go index ecb392e..4d715e6 100644 --- a/cmd/http/main.go +++ b/cmd/http/main.go @@ -1,4 +1,4 @@ -package http +package main import ( "fmt"