mirror of https://github.com/golang/go.git
31 lines
720 B
Plaintext
31 lines
720 B
Plaintext
-- funccgoexample-definition --
|
|
cgo/declarecgo.go:18:6-13: defined here as ```go
|
|
func cgo.Example()
|
|
```
|
|
|
|
[`cgo.Example` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/cgo#Example)
|
|
-- funccgoexample-definition-json --
|
|
{
|
|
"span": {
|
|
"uri": "file://cgo/declarecgo.go",
|
|
"start": {
|
|
"line": 18,
|
|
"column": 6,
|
|
"offset": 151
|
|
},
|
|
"end": {
|
|
"line": 18,
|
|
"column": 13,
|
|
"offset": 158
|
|
}
|
|
},
|
|
"description": "```go\nfunc cgo.Example()\n```\n\n[`cgo.Example` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/cgo#Example)"
|
|
}
|
|
|
|
-- funccgoexample-hover --
|
|
```go
|
|
func cgo.Example()
|
|
```
|
|
|
|
[`cgo.Example` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/cgo#Example)
|