Skip to content

Commit 7e75370

Browse files
authored
pkg/astutil,pkg/elfwriter: fix package doc (#3753)
1 parent d673e04 commit 7e75370

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎pkg/astutil/astutil.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// This package contains utility functions used by pkg/proc to generate
22
// ast.Expr expressions.
3-
43
package astutil
54

65
import (

‎pkg/elfwriter/writer.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// This package is incomplete, only features needed to write core files are
44
// implemented, notably missing:
55
// - program headers at the beginning of the file
6-
76
package elfwriter
87

98
import (

0 commit comments

Comments
 (0)