The GopherJS project compiles Go code to pure JavaScript code and is located on the projects GitHub page where it also states that “Its main purpose is to write front-end code in Go, which will still run in all browsers.” Meaning that Go can now be used in front-end Web development. So using GopherJS, you can take full advantage of Go’s elegant type system, compile-time checks, and concurrency model to build client-side applications. Continue reading this story here.