This project provides an intermediate source representation of go source files. Most of the code comes directly from the standard library of pkg/go however the core part, parser and scanner has been heavily modified, the igo ast instead is pretty much unchanged to allow an easily swap with the original one. The aim of this project is to provide an alternative go fmt which means the you will be abl

