Now parsing actual code

This commit is contained in:
Lea Anthony
2020-10-31 15:31:44 +11:00
parent 608663fd87
commit f046c0c2ee
10 changed files with 624 additions and 170 deletions

View File

@@ -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: