mirror of
https://github.com/golang/go
synced 2024-11-05 16:26:11 -07:00
890be5ced0
Updates #3391. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6177045
12 lines
217 B
Go
12 lines
217 B
Go
// 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 two
|
|
|
|
import "./one"
|
|
|
|
type S2 struct {
|
|
one.S1
|
|
}
|