1
0
Fork 0
mirror of synced 2024-06-30 04:21:09 -04:00
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/complete/complete.go

10 lines
87 B
Go
Raw Normal View History

2018-09-24 20:40:17 -04:00
package complete
type T struct {
V string
}
func Example(s string) {
Example("")
}