remove dep of goplus/gop

This commit is contained in:
xushiwei
2024-04-22 21:16:43 +08:00
parent f1e676a14f
commit 2d8f5dbc51
6 changed files with 126 additions and 12 deletions

View File

@@ -19,12 +19,12 @@ package cl
import (
"fmt"
"go/ast"
"go/token"
"go/types"
"log"
"os"
"sort"
"github.com/goplus/gop/token"
llssa "github.com/goplus/llgo/ssa"
"golang.org/x/tools/go/ssa"
)