Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Mon, 19 Mar 2018 07:48:00 +0000 Video: Go in the browser by Dmitri Shuralyov #gopherjs Slides <a href="https://dmitri.shuralyov.com/talks/2016/Go-in-the-browser/Go-in-the-browser.slide#1">here</a> 11 points posted by gopher https://www.youtube.com/watch?v=9XTl1d4nwdY 1329 Fri, 09 Dec 2016 11:11:00 +0000 Running gofmt in Browser with 10 Lines of Code #gopherjs <p>I saw a message in <a href="https://golang.org/help/#slack" rel="nofollow" style="color: rgb(2, 117, 216);">Gophers Slack</a>&nbsp;#general chat that stood out to me:</p><blockquote style="margin: 0px 0px 16px; padding-right: 15px; padding-left: 15px; color: rgb(119, 119, 119); border-left-width: 4px; border-left-color: rgb(221, 221, 221); font-family: Go; font-size: 16px;"> <p>but running <code style="tab-size: 4; font-family: &quot;Go Mono&quot;; font-size: 13.6px; padding: 0.2em 0px; margin: 0px; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px;">gofmt</code>&nbsp;in the browser is, um, hard</p></blockquote> <p>The context was that they had a 100%-client-side JavaScript application that produced some Go code, but the Go code wasn't <code style="tab-size: 4; font-family: &quot;Go Mono&quot;; font-size: 13.6px; padding: 0.2em 0px; margin: 0px; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px;">gofmt</code>ed.</p> <p>"Wait a minute, that's not hard," I thought. "It's trivial! Getting <code style="tab-size: 4; font-family: &quot;Go Mono&quot;; font-size: 13.6px; padding: 0.2em 0px; margin: 0px; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px;">gofmt</code>&nbsp;to run in the browser? I bet I could do it in 10 lines of code!"</p> 7 points posted by kenny https://dmitri.shuralyov.com/blog/24 2456 Wed, 02 Aug 2017 19:37:00 +0000 Go with React - front end development #react #gopherjs #front-end #reactjs React bindings for gopherjs. Make entire app in golang! 3 points posted by pj https://medium.com/@rocketlaunchr.cloud/go-with-react-de5ee4f01df9 3627 Thu, 25 Oct 2018 17:45:00 +0000