-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
February 2017 meetup talks #54
Comments
I'd want to show some of the new stuff with context (db!), but Gerrit talked about Context a bit in October, I'm not sure if there's lots of overlap (or interest). Maybe just a quick (5-20 minute) overview? |
Go 1.8 lightning talks?! |
also could talk about the plans for Go 1.9, or related topics like the new dep tool Russ Cox's Go Resolutions for 2017 https://research.swtch.com/go2017 |
I will do lightning talk about new HTTP Server Graceful Shutdown |
I will do a lightning talk on the new GOPATH default. |
Thanks @lukaszroz. There have been a number of graceful shutdown libraries in the past that this can hopefully replace the need for. I've personally used facebookgo/httpdown and braintree/manners. Thanks @waltonr8. In addition to the beta docs, and more docs, you can refer to the issues that lead to this change if you want. The initial proposal, a simplified proposal, and discussion of where this could go in the future. These slides look like they aren't done quite yet. |
I will do a lightning talk on Plugins. |
@matthias-stone This may be useful: What is new in database/sql? for your DB context talk. Some of the new database features are already in the pq driver, see this issue. |
I'd like to end by mentioning some of the proposals that may land in Go 1.9 and the new |
Is any body interested in discussing any of the other new database features? |
Still a bunch of new stuff to talk about if anyone else wants to sign up: https://beta.golang.org/doc/go1.8 If I can help anyone with resources or going over your presentation, please reach out. My email is [email protected]. |
@grantdhunter check out this repo https://github.com/campoy/golang-plugins |
Another "what's new" slide deck |
@grantdhunter another plugins demo https://github.com/kris-nova/go-plugin-demo |
Is everybody ready for tomorrow? |
@mckayb24 Are you preparing a lightning talk too? |
Yes I am ready |
Looking forward to learning about plugins. Thanks @grantdhunter. |
I just got hit by a cold, I wont be able to make it tonight. Here is what I was going to present https://github.com/grantdhunter/go_plugin_talk. Feel free to present it and review the code sample with everyone. |
I'll do sort.Slice or whatever it's called |
Everyone please upload your slides to the presentations repo under the "2017-02" folder or provide a link. |
@nathany my talk didn't have any slides. Should I just create a "slice sort" folder and put my 4 code files in there? I guess it might still be useful even without explanation? |
@stellentus yes please |
@stellentus If you add your code to a folder under https://github.com/edmontongo/presentations/tree/master/2017-02, I'll link it up from the web site. Thanks! |
@nathany I (finally) have a commit to add this, but I don't think I have permissions to push it. |
@stellentus Sorry about that. I've added permissions for you. |
I pushed it. |
thanks |
Our regular meetup is Feb 27, 2017
We should probably do something for Go 1.8
https://github.com/golang/go/wiki/Go-1.8-Release-Party
https://talks.godoc.org/github.com/davecheney/go-1.8-release-party/presentation.slide#1
https://github.com/davecheney/go-1.8-release-party
The text was updated successfully, but these errors were encountered: