mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +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 | // 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 ( | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Oleksandr Redko
					Oleksandr Redko