Sign in
go
/
tools
/
c924e603b56b35e41529f44881503e25c6497e4d
/
.
/
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", "")
}