blob: 6d1f733c952fd1512fde4f57df9b9b4cb4d87b8c [file] [log] [blame]
// +build !experimental
package source
import "go/token"
import "golang.org/x/tools/go/analysis"
func getCodeActions(fset *token.FileSet, diag analysis.Diagnostic) ([]SuggestedFixes, error) {
return nil, nil
}