compiler: add header comment to defer.go

This commit is contained in:
Ayke van Laethem
2018-12-01 22:43:01 +01:00
parent 69fbfbddbb
commit 23b283366d
+3
View File
@@ -1,5 +1,8 @@
package compiler
// This file implements the 'defer' keyword in Go. See src/runtime/defer.go for
// details.
import (
"go/types"