mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
a20556bf56
Fixes #13266. Change-Id: I31da922e0599989e52acf346374c2077b157ebb7 Reviewed-on: https://go-review.googlesource.com/16971 Reviewed-by: Chris Manghane <cmang@golang.org>
10 lines
315 B
Go
10 lines
315 B
Go
// errorcheck
|
|
|
|
// Copyright 2015 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.
|
|
|
|
// Offending character % must not be interpreted as
|
|
// start of format verb when emitting error message.
|
|
|
|
package% // ERROR "unexpected %"
|