GoPLS Viewer
Home|
gopls
/
go
/
analysis
/
passes
/
timeformat
/
testdata
/
src
/
b
/
b.go
1
package
b
2
3
type
B
struct {
4
}
5
6
func
Parse
(
string
,
string
)
B
{
7
return
B
{}
8
}
9
10
func (
b
B
)
Format
(
string
) {
11
}
12
Members
X
B
Parse
B.Format.b
B.Format
Members
X