Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix duplicate import of global var path in symlink file
eg. main.go -> cmd/myproject/run.go When run `goc build .`, redeclared error will be reported. In main.go, the global var path is duplicated imported as follows: `package main; import . "myproject/src/gocbuild235e80d276dc"; import . "myproject/src/gocbuild234e80d276dc"`
- Loading branch information