9 lines
87 B
Go
9 lines
87 B
Go
package complete
|
|
|
|
type T struct {
|
|
V string
|
|
}
|
|
|
|
func Example(s string) {
|
|
Example("")
|
|
}
|