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