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