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