pkg/astutil,pkg/elfwriter: fix package doc (#3753)

This commit is contained in:
Oleksandr Redko 2024-06-20 22:48:33 +03:00 committed by GitHub
parent d673e04662
commit 7e753701d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

@ -1,6 +1,5 @@
// This package contains utility functions used by pkg/proc to generate
// ast.Expr expressions.
package astutil
import (

@ -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 (