2019-11-20 12:01:54 -07:00
|
|
|
-- funccgoexample-definition --
|
2019-12-06 00:44:16 -07:00
|
|
|
cgo/declarecgo.go:17:6-13: defined here as [`cgo.Example` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/cgo#Example)
|
|
|
|
|
|
|
|
```go
|
|
|
|
func cgo.Example()
|
|
|
|
```
|
2019-11-20 12:01:54 -07:00
|
|
|
-- funccgoexample-definition-json --
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"uri": "file://cgo/declarecgo.go",
|
|
|
|
"start": {
|
|
|
|
"line": 17,
|
|
|
|
"column": 6,
|
|
|
|
"offset": 153
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 17,
|
|
|
|
"column": 13,
|
|
|
|
"offset": 160
|
|
|
|
}
|
|
|
|
},
|
2019-12-06 00:44:16 -07:00
|
|
|
"description": "[`cgo.Example` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/cgo#Example)\n\n```go\nfunc cgo.Example()\n```"
|
2019-11-20 12:01:54 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
-- funccgoexample-hover --
|
2019-12-06 00:44:16 -07:00
|
|
|
[`cgo.Example` on pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/internal/lsp/cgo#Example)
|
|
|
|
|
|
|
|
```go
|
2019-11-20 12:01:54 -07:00
|
|
|
func cgo.Example()
|
2019-12-06 00:44:16 -07:00
|
|
|
```
|