I'd like to explain one thing, right now the `go build` etc... isn't implemented.
There is a good reason for that.
You may not want to distribute `igo` files, this `syntax` should work in the very same way of `go fmt`.
The idea is allowing you to write as you like (for me indenting) then distribute your files as you always did with `go fmt`, so the `code` will be always `.go` files formatted in the standard way, with comments as well.
I'd like to explain one thing, right now the `go build` etc... isn't implemented.
There is a good reason for that.
You may not want to distribute `igo` files, this `syntax` should work in the very same way of `go fmt`.
The idea is allowing you to write as you like (for me indenting) then distribute your files as you always did with `go fmt`, so the `code` will be always `.go` files formatted in the standard way, with comments as well.
That's it.
Cheers, DD