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 (