mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 18:27:37 +08:00
pkg/astutil,pkg/elfwriter: fix package doc (#3753)
This commit is contained in:
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user