pkg/astutil,pkg/elfwriter: fix package doc (#3753)
This commit is contained in:
parent
d673e04662
commit
7e753701d4
@ -1,6 +1,5 @@
|
|||||||
// This package contains utility functions used by pkg/proc to generate
|
// This package contains utility functions used by pkg/proc to generate
|
||||||
// ast.Expr expressions.
|
// ast.Expr expressions.
|
||||||
|
|
||||||
package astutil
|
package astutil
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
// This package is incomplete, only features needed to write core files are
|
// This package is incomplete, only features needed to write core files are
|
||||||
// implemented, notably missing:
|
// implemented, notably missing:
|
||||||
// - program headers at the beginning of the file
|
// - program headers at the beginning of the file
|
||||||
|
|
||||||
package elfwriter
|
package elfwriter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user