mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Now parsing actual code
This commit is contained in:
@@ -65,7 +65,6 @@ func ParseProject(projectPath string) (BoundStructs, error) {
|
||||
var wailsPkgVar = ""
|
||||
|
||||
ast.Inspect(file, func(n ast.Node) bool {
|
||||
var s string
|
||||
switch x := n.(type) {
|
||||
// Parse import declarations
|
||||
case *ast.ImportSpec:
|
||||
|
||||
Reference in New Issue
Block a user