mirror of
https://github.com/golang/go
synced 2024-11-05 18:56:10 -07:00
1d4ed0c86b
Fixes #5853. R=ken2 CC=golang-dev https://golang.org/cl/11104044
10 lines
268 B
Go
10 lines
268 B
Go
// errorcheck
|
|
|
|
// Copyright 2012 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package p
|
|
|
|
import init "fmt" // ERROR "cannot import package as init - init must be a func"
|