Fixes golang/go#12328 Change-Id: I42872d26acb1c44522a64405cfa2d0f10fb24485 Reviewed-on: https://go-review.googlesource.com/13919 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
10 lines
210 B
Go
10 lines
210 B
Go
// 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.
|
|
|
|
package issue12328
|
|
|
|
type T struct {
|
|
Err error
|
|
}
|