X7ROOT File Manager
Current Path:
/opt/golang/1.17.2/test/fixedbugs/bug324.dir
opt
/
golang
/
1.17.2
/
test
/
fixedbugs
/
bug324.dir
/
📁
..
📄
p.go
(347 B)
📄
prog.go
(1.19 KB)
Editing: p.go
// Copyright 2011 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 type Exported interface { private() } type Implementation struct{} func (p *Implementation) private() { println("p.Implementation.private()") } var X = new(Implementation)
Upload File
Create Folder