mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
compiler: add header comment to defer.go
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package compiler
|
||||
|
||||
// This file implements the 'defer' keyword in Go. See src/runtime/defer.go for
|
||||
// details.
|
||||
|
||||
import (
|
||||
"go/types"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user