Sign in
go
/
tools
/
7d467dcfbb94234d0e09a32fb034c63ad0d8b8dd
/
.
/
internal
/
lsp
/
testdata
/
missingfunction
/
operation.go
blob: 0408219fe37d408c46e6e97e4e353b1948cfe495 [
file
] [
log
] [
blame
]
package missingfunction
import "time"
func operation() {
undefinedOperation(10 * time.Second)
//@suggestedfix("undefinedOperation", "quickfix")
}