From 7e753701d45bdd9529693b4a45b4ef87b7aba84c Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 20 Jun 2024 22:48:33 +0300 Subject: [PATCH] pkg/astutil,pkg/elfwriter: fix package doc (#3753) --- pkg/astutil/astutil.go | 1 - pkg/elfwriter/writer.go | 1 - 2 files changed, 2 deletions(-) diff --git a/pkg/astutil/astutil.go b/pkg/astutil/astutil.go index 9b39448e..024ab0bd 100644 --- a/pkg/astutil/astutil.go +++ b/pkg/astutil/astutil.go @@ -1,6 +1,5 @@ // This package contains utility functions used by pkg/proc to generate // ast.Expr expressions. - package astutil import ( diff --git a/pkg/elfwriter/writer.go b/pkg/elfwriter/writer.go index 5bac3e57..1cd55788 100644 --- a/pkg/elfwriter/writer.go +++ b/pkg/elfwriter/writer.go @@ -3,7 +3,6 @@ // This package is incomplete, only features needed to write core files are // implemented, notably missing: // - program headers at the beginning of the file - package elfwriter import (