compiler: add header comment to defer.go

Этот коммит содержится в:
Ayke van Laethem 2018-12-01 22:43:01 +01:00
родитель 69fbfbddbb
коммит 23b283366d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E97FF5335DFDFDED

Просмотреть файл

@ -1,5 +1,8 @@
package compiler
// This file implements the 'defer' keyword in Go. See src/runtime/defer.go for
// details.
import (
"go/types"