[go-nuts] Re: [ANN] Frame - Plan9 libframe in Go

2017-10-14 Thread as
I tested it with another font, and it definitely doesn't handle it. I'll have to fix that. https://github.com/as/frame/issues/26 On Tuesday, October 10, 2017 at 8:30:22 PM UTC-7, as wrote: > > For those of you who miss the Plan9 editable text boxes, here's a Go > package that approximates them

[go-nuts] Re: concurrent write-only to map ok?

2017-10-14 Thread David Collier-Brown
Like Mr Pryczek, I'd be concerned that - the performance will be pessimized for this case, and - the approach is un-go-ish. Share memory by communicating is a Go idiom: send updates to a goroutine via a pipe, and by construction let the map never be written by others. It's more work to think ab

[go-nuts] access runtime implemented functions

2017-10-14 Thread traetox
I would like to be able to call the runtime implemented "now()" function similar to how the "time" package does. For example the Time.Now() function in the time package looks like the following func now() (sec int64,nsec int32, mono int64) func Now() Time{ sec, nsec, mono := now() ...

Re: [go-nuts] what is x.exe in golang 1.9.1 sdk for windows? antiviruses complain

2017-10-14 Thread Lars Seipel
On Sat, Oct 14, 2017 at 12:36:42AM -0700, Igor Maznitsa wrote: > the version for Linux, so the question what is the file? the Totalscan site > shows terrible result of scanning of the file for i386 I especially like the "unsafe" and "malicious_confidence_100%" labels these scanners give to trivi

[go-nuts] ld warnings with Go 1.9

2017-10-14 Thread Alex Buchanan
I tried Go 1.9.1 today, but got strange warnings from ld. Asking here before filing an issue as a sanity check in case my system is just borked somehow. ld: warning: object file (/var/folders/kw/m6dz8snx7h33ppbkbllnqt48bkhsqx/T/go-link-991847961/00.o) was built for newer OSX version (10.11

Re: [go-nuts] Re: How to learn golang web development

2017-10-14 Thread Sameer Ajmani
There's also a Udemy course: https://www.udemy.com/go-programming-language/ On Sat, Oct 14, 2017 at 6:12 AM Simon Ritchie wrote: > > Not a book, but a simple working example. > > My scaffolder tool generates a web server in source code from a > specification. > > https://github.com/goblimey/scaf

[go-nuts] Re: How to learn golang web development

2017-10-14 Thread Simon Ritchie
Not a book, but a simple working example. My scaffolder tool generates a web server in source code from a specification. https://github.com/goblimey/scaffolder The distribution includes an example specification, so you can just download the tool, run the example and look at the result. The

[go-nuts] Re: what is x.exe in golang 1.9.1 sdk for windows? antiviruses complain

2017-10-14 Thread Igor Maznitsa
I have created issue -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For mor

[go-nuts] Re: what is x.exe in golang 1.9.1 sdk for windows? antiviruses complain

2017-10-14 Thread Dave Cheney
Thank you for finding this. Please raise an issue https://golang.org/issue/new. On Saturday, 14 October 2017 18:36:42 UTC+11, Igor Maznitsa wrote: > > today a user of my golang plugin > for maven reported that his AVG antivirus had detected some potential

[go-nuts] what is x.exe in golang 1.9.1 sdk for windows? antiviruses complain

2017-10-14 Thread Igor Maznitsa
today a user of my golang plugin for maven reported that his AVG antivirus had detected some potential malware application *x.exe* inside automatically downloaded golang sdk for windows (it had been downloade