If I've said that one, it is because there is a compiler from Go to JavaScript under (advanced) development with several advantages over another compilers:
+ The lines numbers in the unminified generated JavaScript match up with the lines numbers in the original source file.
+ Generates minimized JavaScript.
+ Allows many type errors to be caught early in the development cycle, due to static typing.
+ The lines numbers in the unminified generated JavaScript match up with the lines numbers in the original source file.
+ Generates minimized JavaScript.
+ Allows many type errors to be caught early in the development cycle, due to static typing.
https://github.com/kless/GoScript