[go-nuts] Re: Debugging go with LLDB

2016-10-26 Thread Leopold Freeman
Hi, Can you verify that LLDB works for the project which uses third party library? Thanks. It seems LLDB doesn't work for the project which has many go source files. Check here . On Tuesday,

[go-nuts] golang too many json unmarshal trigger gc frequency to many

2016-10-26 Thread 刘桂祥
In my server many requests need to handle a loop to unmarshal json strings and I find gc is very frequency -- 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 em

Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates

2016-10-26 Thread 'Axel Wagner' via golang-nuts
So, the idea is to penalize people who a) have a different opinion about the usefulness of versioning or b) keep their APIs stable and don't see a need to version something that never changes? Needless to say, I consider that a bad idea (given, that I have strongly differing opinions about the use

[go-nuts] Re: Suggestions to hide plaintext password in net/smtp

2016-10-26 Thread Egon
On Wednesday, 26 October 2016 16:02:37 UTC-7, vincen...@gmail.com wrote: > > Hi > > I am new to Go and I have a go program to send email similar to > https://golang.org/pkg/net/smtp/#example_SendMail below: > > > > func main() { > // Set up authentication information. > auth := smtp.PlainAuth(

[go-nuts] Re: Suggestions to hide plaintext password in net/smtp

2016-10-26 Thread ahd
I am startled to see someone asking how to embed passwords in a binary a week after the DDoS attack on Dyn (https://krebsonsecurity.com/2016/10/hacked-cameras-dvrs-powered-todays-massive-internet-outage/). While that used exposed passwords for the client, you should learn from it. Ignoring Go

[go-nuts] Suggestions to hide plaintext password in net/smtp

2016-10-26 Thread vincent . mc . li
Hi I am new to Go and I have a go program to send email similar to https://golang.org/pkg/net/smtp/#example_SendMail below: func main() { // Set up authentication information. auth := smtp.PlainAuth("", "u...@example.com", "password", "example.com") // </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05563.html">Re: [go-nuts] Re: iconvg: a compact, binary format for simple vector graphics</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+iconvg%5C%3A+a+compact%2C+binary+format+for+simple+vector+graphics%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Nigel+Tao%22&amp;o=newest">Nigel Tao</a></span> </div> <blockquote><span class="msgFragment"> On Wed, Oct 26, 2016 at 7:20 PM, roger peppe wrote: > This cannot be understated. A well known tool generates SVGs that the > Go XML parser cannot parse because it uses XML directives to create XML > entities that contain XML elements when they're expanded. This meant > we couldn't process them a</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05562.html">[go-nuts] Re: Float32 math and slice arithmetics using SIMD</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Float32+math+and+slice+arithmetics+using+SIMD%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22%27simon+place%27+via+golang%5C-nuts%22&amp;o=newest">&#x27;simon place&#x27; via golang-nuts</a></span> </div> <blockquote><span class="msgFragment"> i was playing with SIMD last year, the approach i took was to try to minimise the M/C, so; no attempt to support general formula, let people combine the, pre-made, most common/expensive functions, like SIMD designers did, only up the complexity of formula supported and make it x-platform. make </span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05561.html">Re: [go-nuts] Re: cross-compile with cgo &#x27;permission denied&#x27;</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+cross%5C-compile+with+cgo+%27permission+denied%27%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Liam+Breck%22&amp;o=newest">Liam Breck</a></span> </div> <blockquote><span class="msgFragment"> On Oct 25, 2016 3:49 PM, "Ian Lance Taylor" wrote: > > On Tue, Oct 25, 2016 at 2:23 PM, Liam wrote: > > What I wanted was the magic incantation (documented nowhere) for linux_arm > > installation: > > > >GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-gnueabihf-gcc go install > > -v -a std ></span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05560.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Edward+Muller%22&amp;o=newest">Edward Muller</a></span> </div> <blockquote><span class="msgFragment"> Yes, use that proposal's format. Re: godoc. Great idea. if no one else is interested in doing the work I'll be happy to take a look into it. I've been looking for an excuse to work with gddo On Wed, Oct 26, 2016 at 1:42 PM Dave Cheney wrote: > Indeed. If only there was some standard we could us</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05559.html">[go-nuts] Re: Why does a &quot;concurrent&quot; Go GC phase appear to be stop-the-world?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Why+does+a+%5C%22concurrent%5C%22+Go+GC+phase+appear+to+be+stop%5C-the%5C-world%5C%3F%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Dave+Cheney%22&amp;o=newest">Dave Cheney</a></span> </div> <blockquote><span class="msgFragment"> Will, the changes has been in master for a few months now, are you able to build master from source and see if this has addressed the issue? I'm sure Rick and Austin would appreciate the feedback. On Thursday, 27 October 2016 01:46:47 UTC+11, Will Sewell wrote: > > Thanks for the information. I </span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05558.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Dave+Cheney%22&amp;o=newest">Dave Cheney</a></span> </div> <blockquote><span class="msgFragment"> Indeed. If only there was some standard we could use https://github.com/golang/proposal/blob/master/design/12302-release-proposal.md#tag-format On Thu, Oct 27, 2016 at 6:08 AM, Nate Finch wrote: > Listing versions on godoc is an awesome idea. Peer pressure goes a long way > toward changing indi</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05557.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Nate+Finch%22&amp;o=newest">Nate Finch</a></span> </div> <blockquote><span class="msgFragment"> Listing versions on godoc is an awesome idea. Peer pressure goes a long way toward changing individual minds and eventually a community. Something as simple as sorting projects with tagged versions higher and displaying them prominently on the project's godoc page (with the ability to look at </span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05556.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22mbohuslavek%22&amp;o=newest">mbohuslavek</a></span> </div> <blockquote><span class="msgFragment"> I was just wondering whether a simple list of available versions at the top of a package's godoc.org page wouldn't somehow force package authors to start tagging. There could be some kind of message if there are no available versions. There would obviously have to be some benefit for those who t</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05555.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Edward+Muller%22&amp;o=newest">Edward Muller</a></span> </div> <blockquote><span class="msgFragment"> Please start tagging your releases with semver tags. Start now, there is no reason to wait. On Wed, Oct 26, 2016 at 03:13 Dave Cheney wrote: > I'd very much like to see that. > > https://github.com/golang/go/issues/12302 > > http://dave.cheney.net/2016/06/24/gophers-please-tag-your-releases > > </span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05554.html">[go-nuts] Re: Why does a &quot;concurrent&quot; Go GC phase appear to be stop-the-world?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Why+does+a+%5C%22concurrent%5C%22+Go+GC+phase+appear+to+be+stop%5C-the%5C-world%5C%3F%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Will+Sewell%22&amp;o=newest">Will Sewell</a></span> </div> <blockquote><span class="msgFragment"> Thanks for the information. I think it could well be caused by that. Below is the screenshot of one of the periods of time where the mutator is blocked. <https://lh3.googleusercontent.com/-9oESdo48mbY/WBDBYsoWB2I/HYA/d32gkJjxjXU0G-_4to7SdUxcI6GOGgFSACLcB/s1600/Screen%2BShot%2B2016-10-26%</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05553.html">Re: [go-nuts] Re: Idea for versioning in the new Go package manager.</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Idea+for+versioning+in+the+new+Go+package+manager.%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Rob+Pike%22&amp;o=newest">Rob Pike</a></span> </div> <blockquote><span class="msgFragment"> Another problem with this approach is bloat. One part of the tree is built with version 1, another with version 2, but neither is truly dependent on the specifics of version 1 or 2: version 0 would work just fine for both. Thus the program links against two versions of the package when only one is </span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05552.html">Re: [go-nuts] Float32 math and slice arithmetics using SIMD</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Float32+math+and+slice+arithmetics+using+SIMD%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Ian+Lance+Taylor%22&amp;o=newest">Ian Lance Taylor</a></span> </div> <blockquote><span class="msgFragment"> On Wed, Oct 26, 2016 at 4:19 AM, Ondrej wrote: > > 1) Should there be more support for float32 mathematics in Go? The math > package offers a wide variety of functions, but when one operates on float32 > values, he needs to convert back and forth. I would normally use f64, but it > brings me to my</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05551.html">[go-nuts] Float32 math and slice arithmetics using SIMD</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Float32+math+and+slice+arithmetics+using+SIMD%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Ondrej%22&amp;o=newest">Ondrej</a></span> </div> <blockquote><span class="msgFragment"> Hi there, I have two semi-proposals, which are borderline golang-nuts/dev, I'd be happy to flesh out either of them into a full-fledged proposal, if you guys see merit in them. I know SIMD has been discussed at least four times here, but never to a stage where it would result in a proposal. Here</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05550.html">[go-nuts] Re: LLDB only works for project contains one go source file</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+LLDB+only+works+for+project+contains+one+go+source+file%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Leopold+Freeman%22&amp;o=newest">Leopold Freeman</a></span> </div> <blockquote><span class="msgFragment"> It seems I put lld in the wrong place, but after I moved it to the llvm/tools, and recompiled it, the result is the same. On Wednesday, October 26, 2016 at 7:20:01 PM UTC+8, Leopold Freeman wrote: > > Hi: > I upgraded my MBP to macOS Sierra, and gdb was broke because Apple > tightened securi</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05549.html">[go-nuts] LLDB only works for project contains one go source file</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+LLDB+only+works+for+project+contains+one+go+source+file%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Leopold+Freeman%22&amp;o=newest">Leopold Freeman</a></span> </div> <blockquote><span class="msgFragment"> Hi: I upgraded my MBP to macOS Sierra, and gdb was broke because Apple tightened security policy. So I compiled LLDB from trunk according to here <http://ribrdb.github.io/lldb/> and here <http://lldb.llvm.org/build.html>. Here are the steps: > svn co http://llvm.org/svn/llvm-project/llvm/tr</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05548.html">Re: [go-nuts] Profiling live webserver application</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Profiling+live+webserver+application%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22569234%22&amp;o=newest">569234</a></span> </div> <blockquote><span class="msgFragment"> It says: http fetch http://localhost:6060/debug/pprof/profile: Get http://localhost:6060/debug/pprof/profile: dial tcp 127.0.0.1:6060: getsockopt: connection refused I am not capturing the /debug path, but this is not a simple webserver. I'm not following your logic. How does the profile packag</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05547.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Dave+Cheney%22&amp;o=newest">Dave Cheney</a></span> </div> <blockquote><span class="msgFragment"> I'd very much like to see that. https://github.com/golang/go/issues/12302 http://dave.cheney.net/2016/06/24/gophers-please-tag-your-releases On Wednesday, 26 October 2016 21:02:54 UTC+11, Haddock wrote: > > > Am Mittwoch, 26. Oktober 2016 11:50:08 UTC+2 schrieb Dave Cheney: >> >> I am agreeing w</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05546.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Haddock%22&amp;o=newest">Haddock</a></span> </div> <blockquote><span class="msgFragment"> Am Mittwoch, 26. Oktober 2016 11:50:08 UTC+2 schrieb Dave Cheney: > > I am agreeing with Haddocks post, sorry if the groups interface did not > respect the thread of discussion. What about a versioning experiment as with the vendor experiment? -- You received this message because you are su</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05545.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Dave+Cheney%22&amp;o=newest">Dave Cheney</a></span> </div> <blockquote><span class="msgFragment"> I am agreeing with Haddocks post, sorry if the groups interface did not respect the thread of discussion. -- 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</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05544.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Ain%22&amp;o=newest">Ain</a></span> </div> <blockquote><span class="msgFragment"> kolmapäev, 26. oktoober 2016 12:17.50 UTC+3 kirjutas Dave Cheney: > > I agree strongly and have been advocating for this all year. Dave, there is no context on your post so it is not clear what do you agree with... :) ain -- You received this message because you are subscribed to the Google </span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05543.html">[go-nuts] Re: Idea for versioning in the new Go package manager.</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Idea+for+versioning+in+the+new+Go+package+manager.%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Nigel+Vickers%22&amp;o=newest">Nigel Vickers</a></span> </div> <blockquote><span class="msgFragment"> On Wednesday, 26 October 2016 09:45:09 UTC+2, Martin Bertschler wrote: > > Hello Gophers! > > Yesterday I attended a tech meetup and was introduced to the Elm language > <http://elm-lang.org/>. The one thing that really stuck with me was how > the Elm package manager handles semantic versioning</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05542.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Dave+Cheney%22&amp;o=newest">Dave Cheney</a></span> </div> <blockquote><span class="msgFragment"> I agree strongly and have been advocating for this all year. -- 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 more op</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05541.html">Re: [go-nuts] Idea for versioning in the new Go package manager.</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Idea+for+versioning+in+the+new+Go+package+manager.%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22%27Axel+Wagner%27+via+golang%5C-nuts%22&amp;o=newest">&#x27;Axel Wagner&#x27; via golang-nuts</a></span> </div> <blockquote><span class="msgFragment"> I thought about this too, but came to the conclusion that this would first require a good definition of what "API breakage" actually means. In it's strictest interpretation as "any go package that imports this will continue to build", there are literally no changes you could make to the API that w</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05540.html">Re: [go-nuts] Re: iconvg: a compact, binary format for simple vector graphics</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+iconvg%5C%3A+a+compact%2C+binary+format+for+simple+vector+graphics%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22roger+peppe%22&amp;o=newest">roger peppe</a></span> </div> <blockquote><span class="msgFragment"> On 26 October 2016 at 06:38, Nigel Tao wrote: > On Wed, Oct 26, 2016 at 12:45 AM, Sean Russell wrote: >> How did you calculate the SVG sizes? When I download the the icons from the >> material design github, the collection of the *_48px.svg icons weighs in at >> 3.8MB. > > You may be double coun</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05539.html">[go-nuts] Idea for versioning in the new Go package manager.</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Idea+for+versioning+in+the+new+Go+package+manager.%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22Martin+Bertschler%22&amp;o=newest">Martin Bertschler</a></span> </div> <blockquote><span class="msgFragment"> Hello Gophers! Yesterday I attended a tech meetup and was introduced to the Elm language <http://elm-lang.org/>. The one thing that really stuck with me was how the Elm package manager handles semantic versioning for the package developers. As soon as things are added to the packages API, the m</span> </blockquote><br> <h3><span class=subject><a href="/golang-nuts@googlegroups.com/msg05538.html">Re: [go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date:20161026&amp;o=newest">2016-10-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=subject:%22%5C%5Bgo%5C-nuts%5C%5D+Re%5C%3A+Golang+should+have+a+center+packages+index+hosting+like+npm%2C+rust+crates%22&amp;o=newest">Thread</a></span></span> <span class=name><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=from:%22%27Axel+Wagner%27+via+golang%5C-nuts%22&amp;o=newest">&#x27;Axel Wagner&#x27; via golang-nuts</a></span> </div> <blockquote><span class="msgFragment"> I disagree, but this question is also completely orthogonal to the one of whether there's a centralized repository or not. On Wed, Oct 26, 2016 at 8:49 AM, Haddock wrote: > > > Am Samstag, 22. Oktober 2016 01:57:59 UTC+2 schrieb Axel Wagner: >> >> >> >> On Fri, Oct 21, 2016 at 11:08 PM, Ronny Ba</span> </blockquote><br> <h2></h2> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <h2>32 matches</h2> <br> <ul><li><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date%3A20161026&amp;a=1&amp;o=newest">Advanced search</a></li></ul> <form class="overflow" action="/search" method="get"> <input type="hidden" name="l" value="golang-nuts@googlegroups.com"> <label class="hidden" for="q">Search the list</label> <input class="submittext" type="text" id="q" name="q" placeholder="Search golang-nuts" value="date:20161026"> <input class="submitbutton" id="submit" type="image" src="/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <h2 class="hidden"> Site Navigation </h2> <ul class="icons font16"> <li class="icons-home"><a href="/">The Mail Archive home</a></li> <li class="icons-list"> <a href="/golang-nuts@googlegroups.com" title="c" id="c">golang-nuts - all messages</a></li> <li class="icons-about"> <a href="/golang-nuts@googlegroups.com/info.html">golang-nuts - about the list</a></li> <li class="icons-expand"><a href="/search?l=golang-nuts%40googlegroups.com&amp;q=date%3A20161026&amp;o=newest&amp;f=1" title="e" id="e">Expand</a></li> </ul> </div> <div class="listlogo margintopdouble"> <h2 class="hidden"> Mail list logo </h2> </div> </div> <div class="footer" role="contentinfo"> <h2 class="hidden"> Footer information </h2> <ul> <li><a href="/">The Mail Archive home</a></li> <li><a href="/faq.html#newlist">Add your mailing list</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html#support">Support</a></li> <li><a href="/faq.html#privacy">Privacy</a></li> </ul> </div> <script language="javascript" type="text/javascript"> document.onkeydown = NavigateThrough; function NavigateThrough (event) { if (!document.getElementById) return; if (window.event) event = window.event; if (event.target.tagName == 'INPUT') return; if (event.ctrlKey || event.metaKey) return; var link = null; switch (event.keyCode ? event.keyCode : event.which ? event.which : null) { case 69: link = document.getElementById ('e'); break; } if (link && link.href) document.location = link.href; } </script> </body> </html>